Html Css Color HEX #BB2342 Cardinal

📋 copy color: '#BB2342'

red 187 ◦ green 35 ◦ blue 66

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

Shades of Cardinal #BB2342

Tints of Cardinal #BB2342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.92%

R = 64.93%
G = 12.15%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BB2342 (or 0xBB2342) is known color: Cardinal. HEX triplet: BB, 23 and 42. RGB value is (187,35,66). Sum of RGB (Red+Green+Blue) = 187+35+66=288 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.93% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 66 (26.17% from 255 or 22.92% from 288); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2342 is #44DCBD. Grayscale: #545454. Windows color (decimal): -4512958 or 4334523. OLE color: 4334523.

HSL color Cylindrical-coordinate representation of color #BB2342: hue angle of 347.76º 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 #BB2342 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 35 66 -
CMYK 0 0.81 0.65 0.27
HSL 347.76º 0.68% 0.44% -
HSV(B) 347.76º 0.81% 0.73% -
XYZ 22.08 12.16 6.34 -
YUV 83.98 117.86 201.48 -
System Red Green Blue C M Y K H S L
Decimal 187 35 66 0 0.81 0.65 0.27 347.76 0.68 0.44
Hex BB 23 42 0 51 41 1B 15C 44 2C
Octal 273 43 102 0 121 101 33 534 104 54
Binary 10111011 100011 1000010 0 1010001 1000001 11011 101011100 1000100 101100

Color Harmonies of #BB2342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2342

Black with #BB2342

Text Example


Text Example

White with #BB2342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2342; }

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

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

background-color css

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

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

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

border-color css

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

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

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