Html Css Color HEX #B5173E Cardinal

📋 copy color: '#B5173E'

red 181 ◦ green 23 ◦ blue 62

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

Shades of Cardinal #B5173E

Tints of Cardinal #B5173E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.65%

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

R = 68.05%
G = 8.65%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B5173E (or 0xB5173E) is known color: Cardinal. HEX triplet: B5, 17 and 3E. RGB value is (181,23,62). Sum of RGB (Red+Green+Blue) = 181+23+62=266 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.05% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 62 (24.61% from 255 or 23.31% from 266); Max value from RGB is 181 - color contains mainly: red. Hex color #B5173E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5173E is #4AE8C1. Grayscale: #4A4A4A. Windows color (decimal): -4909250 or 4069301. OLE color: 4069301.

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

Color convert

RGB 181 23 62 -
CMYK 0 0.87 0.66 0.29
HSL 345.19º 0.77% 0.4% -
HSV(B) 345.19º 0.87% 0.71% -
XYZ 20.23 10.78 5.57 -
YUV 74.69 120.85 203.83 -
System Red Green Blue C M Y K H S L
Decimal 181 23 62 0 0.87 0.66 0.29 345.19 0.77 0.4
Hex B5 17 3E 0 57 42 1D 159 4D 28
Octal 265 27 76 0 127 102 35 531 115 50
Binary 10110101 10111 111110 0 1010111 1000010 11101 101011001 1001101 101000

Color Harmonies of #B5173E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5173E

Black with #B5173E

Text Example


Text Example

White with #B5173E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5173E; }

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

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

background-color css

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

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

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

border-color css

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

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

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