Html Css Color HEX #BD222B Cardinal

📋 copy color: '#BD222B'

red 189 ◦ green 34 ◦ blue 43

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

Shades of Cardinal #BD222B

Tints of Cardinal #BD222B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.17%

R = 71.05%
G = 12.78%
B = 16.17%

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

#BD222B (or 0xBD222B) is known color: Cardinal. HEX triplet: BD, 22 and 2B. RGB value is (189,34,43). Sum of RGB (Red+Green+Blue) = 189+34+43=266 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.05% from 266); Green value is 34 (13.67% from 255 or 12.78% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 189 - color contains mainly: red. Hex color #BD222B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD222B is #42DDD4. Grayscale: #515151. Windows color (decimal): -4382165 or 2826941. OLE color: 2826941.

HSL color Cylindrical-coordinate representation of color #BD222B: hue angle of 356.52º 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 #BD222B is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 34 43 -
CMYK 0 0.82 0.77 0.26
HSL 356.52º 0.7% 0.44% -
HSV(B) 356.52º 0.82% 0.74% -
XYZ 21.99 12.14 3.47 -
YUV 81.37 106.35 204.77 -
System Red Green Blue C M Y K H S L
Decimal 189 34 43 0 0.82 0.77 0.26 356.52 0.7 0.44
Hex BD 22 2B 0 52 4D 1A 165 46 2C
Octal 275 42 53 0 122 115 32 545 106 54
Binary 10111101 100010 101011 0 1010010 1001101 11010 101100101 1000110 101100

Color Harmonies of #BD222B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD222B

Black with #BD222B

Text Example


Text Example

White with #BD222B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD222B; }

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

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

background-color css

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

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

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

border-color css

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

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

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