Html Css Color HEX #BB222D Cardinal

📋 copy color: '#BB222D'

red 187 ◦ green 34 ◦ blue 45

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

Shades of Cardinal #BB222D

Tints of Cardinal #BB222D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.78%

 BLUE value IS 45 (17.97% from 255) = 16.92%

R = 70.3%
G = 12.78%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BB222D (or 0xBB222D) is known color: Cardinal. HEX triplet: BB, 22 and 2D. RGB value is (187,34,45). Sum of RGB (Red+Green+Blue) = 187+34+45=266 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.30% from 266); Green value is 34 (13.67% from 255 or 12.78% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 187 - color contains mainly: red. Hex color #BB222D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB222D is #44DDD2. Grayscale: #515151. Windows color (decimal): -4513235 or 2958011. OLE color: 2958011.

HSL color Cylindrical-coordinate representation of color #BB222D: hue angle of 355.69º degrees, saturation: 0.69, 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 #BB222D is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 34 45 -
CMYK 0 0.82 0.76 0.27
HSL 355.69º 0.69% 0.43% -
HSV(B) 355.69º 0.82% 0.73% -
XYZ 21.54 11.9 3.64 -
YUV 81 107.69 203.61 -
System Red Green Blue C M Y K H S L
Decimal 187 34 45 0 0.82 0.76 0.27 355.69 0.69 0.43
Hex BB 22 2D 0 52 4C 1B 164 45 2B
Octal 273 42 55 0 122 114 33 544 105 53
Binary 10111011 100010 101101 0 1010010 1001100 11011 101100100 1000101 101011

Color Harmonies of #BB222D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB222D

Black with #BB222D

Text Example


Text Example

White with #BB222D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB222D; }

 p { color: rgb(187,34,45); }

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

background-color css

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

 a { background-color: rgb(187,34,45); }

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

border-color css

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

 span { border-color: rgb(187,34,45); }

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