Html Css Color HEX #B5173B Cardinal

📋 copy color: '#B5173B'

red 181 ◦ green 23 ◦ blue 59

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

Shades of Cardinal #B5173B

Tints of Cardinal #B5173B

RGB

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

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

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

R = 68.82%
G = 8.75%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B5173B (or 0xB5173B) is known color: Cardinal. HEX triplet: B5, 17 and 3B. RGB value is (181,23,59). Sum of RGB (Red+Green+Blue) = 181+23+59=263 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.82% from 263); Green value is 23 (9.38% from 255 or 8.75% from 263); Blue value is 59 (23.44% from 255 or 22.43% from 263); Max value from RGB is 181 - color contains mainly: red. Hex color #B5173B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5173B is #4AE8C4. Grayscale: #4A4A4A. Windows color (decimal): -4909253 or 3872693. OLE color: 3872693.

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

Color convert

RGB 181 23 59 -
CMYK 0 0.87 0.67 0.29
HSL 346.33º 0.77% 0.4% -
HSV(B) 346.33º 0.87% 0.71% -
XYZ 20.15 10.75 5.15 -
YUV 74.35 119.35 204.07 -
System Red Green Blue C M Y K H S L
Decimal 181 23 59 0 0.87 0.67 0.29 346.33 0.77 0.4
Hex B5 17 3B 0 57 43 1D 15A 4D 28
Octal 265 27 73 0 127 103 35 532 115 50
Binary 10110101 10111 111011 0 1010111 1000011 11101 101011010 1001101 101000

Color Harmonies of #B5173B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5173B

Black with #B5173B

Text Example


Text Example

White with #B5173B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5173B; }

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

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

background-color css

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

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

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

border-color css

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

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

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