Html Css Color HEX #BB1E28 Cardinal

📋 copy color: '#BB1E28'

red 187 ◦ green 30 ◦ blue 40

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

Shades of Cardinal #BB1E28

Tints of Cardinal #BB1E28

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.67%

 BLUE value IS 40 (16.02% from 255) = 15.56%

R = 72.76%
G = 11.67%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB1E28 (or 0xBB1E28) is known color: Cardinal. HEX triplet: BB, 1E and 28. RGB value is (187,30,40). Sum of RGB (Red+Green+Blue) = 187+30+40=257 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.76% from 257); Green value is 30 (12.11% from 255 or 11.67% from 257); Blue value is 40 (16.02% from 255 or 15.56% from 257); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1E28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1E28 is #44E1D7. Grayscale: #4E4E4E. Windows color (decimal): -4514264 or 2629307. OLE color: 2629307.

HSL color Cylindrical-coordinate representation of color #BB1E28: hue angle of 356.18º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB1E28 is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 30 40 -
CMYK 0 0.84 0.79 0.27
HSL 356.18º 0.72% 0.43% -
HSV(B) 356.18º 0.84% 0.73% -
XYZ 21.34 11.65 3.13 -
YUV 78.08 106.51 205.69 -
System Red Green Blue C M Y K H S L
Decimal 187 30 40 0 0.84 0.79 0.27 356.18 0.72 0.43
Hex BB 1E 28 0 54 4F 1B 164 48 2B
Octal 273 36 50 0 124 117 33 544 110 53
Binary 10111011 11110 101000 0 1010100 1001111 11011 101100100 1001000 101011

Color Harmonies of #BB1E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1E28

Black with #BB1E28

Text Example


Text Example

White with #BB1E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1E28; }

 p { color: rgb(187,30,40); }

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

background-color css

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

 a { background-color: rgb(187,30,40); }

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

border-color css

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

 span { border-color: rgb(187,30,40); }

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