Html Css Color HEX #B5213B Cardinal

📋 copy color: '#B5213B'

red 181 ◦ green 33 ◦ blue 59

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

Shades of Cardinal #B5213B

Tints of Cardinal #B5213B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.09%

 BLUE value IS 59 (23.44% from 255) = 21.61%

R = 66.3%
G = 12.09%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B5213B (or 0xB5213B) is known color: Cardinal. HEX triplet: B5, 21 and 3B. RGB value is (181,33,59). Sum of RGB (Red+Green+Blue) = 181+33+59=273 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.30% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 59 (23.44% from 255 or 21.61% from 273); Max value from RGB is 181 - color contains mainly: red. Hex color #B5213B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5213B is #4ADEC4. Grayscale: #505050. Windows color (decimal): -4906693 or 3875253. OLE color: 3875253.

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

Color convert

RGB 181 33 59 -
CMYK 0 0.82 0.67 0.29
HSL 349.46º 0.69% 0.42% -
HSV(B) 349.46º 0.82% 0.71% -
XYZ 20.39 11.23 5.23 -
YUV 80.22 116.03 199.89 -
System Red Green Blue C M Y K H S L
Decimal 181 33 59 0 0.82 0.67 0.29 349.46 0.69 0.42
Hex B5 21 3B 0 52 43 1D 15D 45 2A
Octal 265 41 73 0 122 103 35 535 105 52
Binary 10110101 100001 111011 0 1010010 1000011 11101 101011101 1000101 101010

Color Harmonies of #B5213B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5213B

Black with #B5213B

Text Example


Text Example

White with #B5213B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5213B; }

 p { color: rgb(181,33,59); }

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

background-color css

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

 a { background-color: rgb(181,33,59); }

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

border-color css

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

 span { border-color: rgb(181,33,59); }

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