Html Css Color HEX #BB2343 Cardinal

📋 copy color: '#BB2343'

red 187 ◦ green 35 ◦ blue 67

#BB2343
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #BB2343

Tints of Cardinal #BB2343

RGB

 RED value IS 187 (73.44% from 255) = 64.71%

 GREEN value IS 35 (14.06% from 255) = 12.11%

 BLUE value IS 67 (26.56% from 255) = 23.18%

R = 64.71%
G = 12.11%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BB2343 (or 0xBB2343) is known color: Cardinal. HEX triplet: BB, 23 and 43. RGB value is (187,35,67). Sum of RGB (Red+Green+Blue) = 187+35+67=289 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.71% from 289); Green value is 35 (14.06% from 255 or 12.11% from 289); Blue value is 67 (26.56% from 255 or 23.18% from 289); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2343 is #44DCBC. Grayscale: #545454. Windows color (decimal): -4512957 or 4400059. OLE color: 4400059.

HSL color Cylindrical-coordinate representation of color #BB2343: hue angle of 347.37º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB2343 is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 35 67 -
CMYK 0 0.81 0.64 0.27
HSL 347.37º 0.68% 0.44% -
HSV(B) 347.37º 0.81% 0.73% -
XYZ 22.11 12.17 6.49 -
YUV 84.1 118.36 201.4 -
System Red Green Blue C M Y K H S L
Decimal 187 35 67 0 0.81 0.64 0.27 347.37 0.68 0.44
Hex BB 23 43 0 51 40 1B 15B 44 2C
Octal 273 43 103 0 121 100 33 533 104 54
Binary 10111011 100011 1000011 0 1010001 1000000 11011 101011011 1000100 101100

Color Harmonies of #BB2343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2343

Black with #BB2343

Text Example


Text Example

White with #BB2343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2343; }

 p { color: rgb(187,35,67); }

 H1.HeaderClassName
 {
   color: #BB2343;
 }
 .AnyTagClassName
 {
   color: #BB2343;
 }
</style>

background-color css

<style>
 a { background-color: #BB2343; }

 a { background-color: rgb(187,35,67); }

 div.DivClassName
 {
   background-color: #BB2343;
 }
 .BgClassName
 {
   background-color: #BB2343;
 }
</style>

border-color css

<style>
 span { border-color: #BB2343; }

 span { border-color: rgb(187,35,67); }

 td.TdClassName
 {
   border-color: #BB2343;
 }
 .TagClassName
 {
   border-color: #BB2343;
 }
</style>