Html Css Color HEX #B5223E Cardinal

📋 copy color: '#B5223E'

red 181 ◦ green 34 ◦ blue 62

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

Shades of Cardinal #B5223E

Tints of Cardinal #B5223E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.38%

R = 65.34%
G = 12.27%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B5223E (or 0xB5223E) is known color: Cardinal. HEX triplet: B5, 22 and 3E. RGB value is (181,34,62). Sum of RGB (Red+Green+Blue) = 181+34+62=277 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.34% from 277); Green value is 34 (13.67% from 255 or 12.27% from 277); Blue value is 62 (24.61% from 255 or 22.38% from 277); Max value from RGB is 181 - color contains mainly: red. Hex color #B5223E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5223E is #4ADDC1. Grayscale: #515151. Windows color (decimal): -4906434 or 4072117. OLE color: 4072117.

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

Color convert

RGB 181 34 62 -
CMYK 0 0.81 0.66 0.29
HSL 348.57º 0.68% 0.42% -
HSV(B) 348.57º 0.81% 0.71% -
XYZ 20.5 11.32 5.66 -
YUV 81.15 117.2 199.22 -
System Red Green Blue C M Y K H S L
Decimal 181 34 62 0 0.81 0.66 0.29 348.57 0.68 0.42
Hex B5 22 3E 0 51 42 1D 15D 44 2A
Octal 265 42 76 0 121 102 35 535 104 52
Binary 10110101 100010 111110 0 1010001 1000010 11101 101011101 1000100 101010

Color Harmonies of #B5223E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5223E

Black with #B5223E

Text Example


Text Example

White with #B5223E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5223E; }

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

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

background-color css

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

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

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

border-color css

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

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

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