Html Css Color HEX #BB2542 Cardinal

📋 copy color: '#BB2542'

red 187 ◦ green 37 ◦ blue 66

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

Shades of Cardinal #BB2542

Tints of Cardinal #BB2542

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.76%

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

R = 64.48%
G = 12.76%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BB2542 (or 0xBB2542) is known color: Cardinal. HEX triplet: BB, 25 and 42. RGB value is (187,37,66). Sum of RGB (Red+Green+Blue) = 187+37+66=290 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.48% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2542 is #44DABD. Grayscale: #555555. Windows color (decimal): -4512446 or 4335035. OLE color: 4335035.

HSL color Cylindrical-coordinate representation of color #BB2542: hue angle of 348.4º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB2542 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 37 66 -
CMYK 0 0.80 0.65 0.27
HSL 348.4º 0.67% 0.44% -
HSV(B) 348.4º 0.8% 0.73% -
XYZ 22.14 12.28 6.36 -
YUV 85.16 117.2 200.64 -
System Red Green Blue C M Y K H S L
Decimal 187 37 66 0 0.80 0.65 0.27 348.4 0.67 0.44
Hex BB 25 42 0 50 41 1B 15C 43 2C
Octal 273 45 102 0 120 101 33 534 103 54
Binary 10111011 100101 1000010 0 1010000 1000001 11011 101011100 1000011 101100

Color Harmonies of #BB2542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2542

Black with #BB2542

Text Example


Text Example

White with #BB2542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2542; }

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

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

background-color css

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

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

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

border-color css

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

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

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