Html Css Color HEX #B5222B Cardinal

📋 copy color: '#B5222B'

red 181 ◦ green 34 ◦ blue 43

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

Shades of Cardinal #B5222B

Tints of Cardinal #B5222B

RGB

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

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

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

R = 70.16%
G = 13.18%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B5222B (or 0xB5222B) is known color: Cardinal. HEX triplet: B5, 22 and 2B. RGB value is (181,34,43). Sum of RGB (Red+Green+Blue) = 181+34+43=258 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.16% from 258); Green value is 34 (13.67% from 255 or 13.18% from 258); Blue value is 43 (17.19% from 255 or 16.67% from 258); Max value from RGB is 181 - color contains mainly: red. Hex color #B5222B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5222B is #4ADDD4. Grayscale: #4F4F4F. Windows color (decimal): -4906453 or 2826933. OLE color: 2826933.

HSL color Cylindrical-coordinate representation of color #B5222B: hue angle of 356.33º 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 #B5222B is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 34 43 -
CMYK 0 0.81 0.76 0.29
HSL 356.33º 0.68% 0.42% -
HSV(B) 356.33º 0.81% 0.71% -
XYZ 20.06 11.14 3.38 -
YUV 78.98 107.7 200.77 -
System Red Green Blue C M Y K H S L
Decimal 181 34 43 0 0.81 0.76 0.29 356.33 0.68 0.42
Hex B5 22 2B 0 51 4C 1D 164 44 2A
Octal 265 42 53 0 121 114 35 544 104 52
Binary 10110101 100010 101011 0 1010001 1001100 11101 101100100 1000100 101010

Color Harmonies of #B5222B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5222B

Black with #B5222B

Text Example


Text Example

White with #B5222B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5222B; }

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

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

background-color css

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

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

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

border-color css

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

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

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