Html Css Color HEX #BD222C Cardinal

📋 copy color: '#BD222C'

red 189 ◦ green 34 ◦ blue 44

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

Shades of Cardinal #BD222C

Tints of Cardinal #BD222C

RGB

 RED value IS 189 (74.22% from 255) = 70.79%

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

 BLUE value IS 44 (17.58% from 255) = 16.48%

R = 70.79%
G = 12.73%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD222C (or 0xBD222C) is known color: Cardinal. HEX triplet: BD, 22 and 2C. RGB value is (189,34,44). Sum of RGB (Red+Green+Blue) = 189+34+44=267 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.79% from 267); Green value is 34 (13.67% from 255 or 12.73% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 189 - color contains mainly: red. Hex color #BD222C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD222C is #42DDD3. Grayscale: #515151. Windows color (decimal): -4382164 or 2892477. OLE color: 2892477.

HSL color Cylindrical-coordinate representation of color #BD222C: hue angle of 356.13º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD222C is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 34 44 -
CMYK 0 0.82 0.77 0.26
HSL 356.13º 0.7% 0.44% -
HSV(B) 356.13º 0.82% 0.74% -
XYZ 22.01 12.14 3.57 -
YUV 81.49 106.85 204.69 -
System Red Green Blue C M Y K H S L
Decimal 189 34 44 0 0.82 0.77 0.26 356.13 0.7 0.44
Hex BD 22 2C 0 52 4D 1A 164 46 2C
Octal 275 42 54 0 122 115 32 544 106 54
Binary 10111101 100010 101100 0 1010010 1001101 11010 101100100 1000110 101100

Color Harmonies of #BD222C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD222C

Black with #BD222C

Text Example


Text Example

White with #BD222C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD222C; }

 p { color: rgb(189,34,44); }

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

background-color css

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

 a { background-color: rgb(189,34,44); }

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

border-color css

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

 span { border-color: rgb(189,34,44); }

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