Html Css Color HEX #BB212E Cardinal

📋 copy color: '#BB212E'

red 187 ◦ green 33 ◦ blue 46

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

Shades of Cardinal #BB212E

Tints of Cardinal #BB212E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.41%

 BLUE value IS 46 (18.36% from 255) = 17.29%

R = 70.3%
G = 12.41%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BB212E (or 0xBB212E) is known color: Cardinal. HEX triplet: BB, 21 and 2E. RGB value is (187,33,46). Sum of RGB (Red+Green+Blue) = 187+33+46=266 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.30% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 46 (18.36% from 255 or 17.29% from 266); Max value from RGB is 187 - color contains mainly: red. Hex color #BB212E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB212E is #44DED1. Grayscale: #505050. Windows color (decimal): -4513490 or 3023291. OLE color: 3023291.

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

Color convert

RGB 187 33 46 -
CMYK 0 0.82 0.75 0.27
HSL 354.94º 0.7% 0.43% -
HSV(B) 354.94º 0.82% 0.73% -
XYZ 21.53 11.85 3.74 -
YUV 80.53 108.52 203.94 -
System Red Green Blue C M Y K H S L
Decimal 187 33 46 0 0.82 0.75 0.27 354.94 0.7 0.43
Hex BB 21 2E 0 52 4B 1B 163 46 2B
Octal 273 41 56 0 122 113 33 543 106 53
Binary 10111011 100001 101110 0 1010010 1001011 11011 101100011 1000110 101011

Color Harmonies of #BB212E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB212E

Black with #BB212E

Text Example


Text Example

White with #BB212E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB212E; }

 p { color: rgb(187,33,46); }

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

background-color css

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

 a { background-color: rgb(187,33,46); }

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

border-color css

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

 span { border-color: rgb(187,33,46); }

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