Html Css Color HEX #B5172A Cardinal

📋 copy color: '#B5172A'

red 181 ◦ green 23 ◦ blue 42

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

Shades of Cardinal #B5172A

Tints of Cardinal #B5172A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.07%

R = 73.58%
G = 9.35%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B5172A (or 0xB5172A) is known color: Cardinal. HEX triplet: B5, 17 and 2A. RGB value is (181,23,42). Sum of RGB (Red+Green+Blue) = 181+23+42=246 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.58% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 42 (16.80% from 255 or 17.07% from 246); Max value from RGB is 181 - color contains mainly: red. Hex color #B5172A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5172A is #4AE8D5. Grayscale: #484848. Windows color (decimal): -4909270 or 2758581. OLE color: 2758581.

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

Color convert

RGB 181 23 42 -
CMYK 0 0.87 0.77 0.29
HSL 352.78º 0.77% 0.4% -
HSV(B) 352.78º 0.87% 0.71% -
XYZ 19.78 10.6 3.19 -
YUV 72.41 110.85 205.46 -
System Red Green Blue C M Y K H S L
Decimal 181 23 42 0 0.87 0.77 0.29 352.78 0.77 0.4
Hex B5 17 2A 0 57 4D 1D 161 4D 28
Octal 265 27 52 0 127 115 35 541 115 50
Binary 10110101 10111 101010 0 1010111 1001101 11101 101100001 1001101 101000

Color Harmonies of #B5172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5172A

Black with #B5172A

Text Example


Text Example

White with #B5172A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5172A; }

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

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

background-color css

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

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

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

border-color css

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

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

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