Html Css Color HEX #B5222A Cardinal

📋 copy color: '#B5222A'

red 181 ◦ green 34 ◦ blue 42

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

Shades of Cardinal #B5222A

Tints of Cardinal #B5222A

RGB

 RED value IS 181 (71.09% from 255) = 70.43%

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

 BLUE value IS 42 (16.8% from 255) = 16.34%

R = 70.43%
G = 13.23%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B5222A (or 0xB5222A) is known color: Cardinal. HEX triplet: B5, 22 and 2A. RGB value is (181,34,42). Sum of RGB (Red+Green+Blue) = 181+34+42=257 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.43% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 42 (16.80% from 255 or 16.34% from 257); Max value from RGB is 181 - color contains mainly: red. Hex color #B5222A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5222A is #4ADDD5. Grayscale: #4E4E4E. Windows color (decimal): -4906454 or 2761397. OLE color: 2761397.

HSL color Cylindrical-coordinate representation of color #B5222A: hue angle of 356.73º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B5222A is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 34 42 -
CMYK 0 0.81 0.77 0.29
HSL 356.73º 0.68% 0.42% -
HSV(B) 356.73º 0.81% 0.71% -
XYZ 20.05 11.13 3.28 -
YUV 78.87 107.2 200.85 -
System Red Green Blue C M Y K H S L
Decimal 181 34 42 0 0.81 0.77 0.29 356.73 0.68 0.42
Hex B5 22 2A 0 51 4D 1D 165 44 2A
Octal 265 42 52 0 121 115 35 545 104 52
Binary 10110101 100010 101010 0 1010001 1001101 11101 101100101 1000100 101010

Color Harmonies of #B5222A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5222A

Black with #B5222A

Text Example


Text Example

White with #B5222A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5222A; }

 p { color: rgb(181,34,42); }

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

background-color css

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

 a { background-color: rgb(181,34,42); }

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

border-color css

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

 span { border-color: rgb(181,34,42); }

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