Html Css Color HEX #B5223B Cardinal

📋 copy color: '#B5223B'

red 181 ◦ green 34 ◦ blue 59

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

Shades of Cardinal #B5223B

Tints of Cardinal #B5223B

RGB

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

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

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

R = 66.06%
G = 12.41%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B5223B (or 0xB5223B) is known color: Cardinal. HEX triplet: B5, 22 and 3B. RGB value is (181,34,59). Sum of RGB (Red+Green+Blue) = 181+34+59=274 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.06% from 274); Green value is 34 (13.67% from 255 or 12.41% from 274); Blue value is 59 (23.44% from 255 or 21.53% from 274); Max value from RGB is 181 - color contains mainly: red. Hex color #B5223B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5223B is #4ADDC4. Grayscale: #505050. Windows color (decimal): -4906437 or 3875509. OLE color: 3875509.

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

Color convert

RGB 181 34 59 -
CMYK 0 0.81 0.67 0.29
HSL 349.8º 0.68% 0.42% -
HSV(B) 349.8º 0.81% 0.71% -
XYZ 20.42 11.28 5.24 -
YUV 80.8 115.7 199.47 -
System Red Green Blue C M Y K H S L
Decimal 181 34 59 0 0.81 0.67 0.29 349.8 0.68 0.42
Hex B5 22 3B 0 51 43 1D 15E 44 2A
Octal 265 42 73 0 121 103 35 536 104 52
Binary 10110101 100010 111011 0 1010001 1000011 11101 101011110 1000100 101010

Color Harmonies of #B5223B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5223B

Black with #B5223B

Text Example


Text Example

White with #B5223B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5223B; }

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

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

background-color css

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

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

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

border-color css

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

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

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