Html Css Color HEX #BB2028 Cardinal

📋 copy color: '#BB2028'

red 187 ◦ green 32 ◦ blue 40

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

Shades of Cardinal #BB2028

Tints of Cardinal #BB2028

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.36%

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

R = 72.2%
G = 12.36%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB2028 (or 0xBB2028) is known color: Cardinal. HEX triplet: BB, 20 and 28. RGB value is (187,32,40). Sum of RGB (Red+Green+Blue) = 187+32+40=259 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.20% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 40 (16.02% from 255 or 15.44% from 259); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2028 is #44DFD7. Grayscale: #4F4F4F. Windows color (decimal): -4513752 or 2629819. OLE color: 2629819.

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

Color convert

RGB 187 32 40 -
CMYK 0 0.83 0.79 0.27
HSL 356.9º 0.71% 0.43% -
HSV(B) 356.9º 0.83% 0.73% -
XYZ 21.39 11.75 3.15 -
YUV 79.26 105.85 204.85 -
System Red Green Blue C M Y K H S L
Decimal 187 32 40 0 0.83 0.79 0.27 356.9 0.71 0.43
Hex BB 20 28 0 53 4F 1B 165 47 2B
Octal 273 40 50 0 123 117 33 545 107 53
Binary 10111011 100000 101000 0 1010011 1001111 11011 101100101 1000111 101011

Color Harmonies of #BB2028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2028

Black with #BB2028

Text Example


Text Example

White with #BB2028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2028; }

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

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

background-color css

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

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

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

border-color css

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

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

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