Html Css Color HEX #B5172E Cardinal

📋 copy color: '#B5172E'

red 181 ◦ green 23 ◦ blue 46

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

Shades of Cardinal #B5172E

Tints of Cardinal #B5172E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.4%

R = 72.4%
G = 9.2%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B5172E (or 0xB5172E) is known color: Cardinal. HEX triplet: B5, 17 and 2E. RGB value is (181,23,46). Sum of RGB (Red+Green+Blue) = 181+23+46=250 (33% of max value = 765). Red value is 181 (71.09% from 255 or 72.4% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 46 (18.36% from 255 or 18.4% from 250); Max value from RGB is 181 - color contains mainly: red. Hex color #B5172E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5172E is #4AE8D1. Grayscale: #484848. Windows color (decimal): -4909266 or 3020725. OLE color: 3020725.

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

Color convert

RGB 181 23 46 -
CMYK 0 0.87 0.75 0.29
HSL 351.27º 0.77% 0.4% -
HSV(B) 351.27º 0.87% 0.71% -
XYZ 19.86 10.63 3.59 -
YUV 72.86 112.85 205.13 -
System Red Green Blue C M Y K H S L
Decimal 181 23 46 0 0.87 0.75 0.29 351.27 0.77 0.4
Hex B5 17 2E 0 57 4B 1D 15F 4D 28
Octal 265 27 56 0 127 113 35 537 115 50
Binary 10110101 10111 101110 0 1010111 1001011 11101 101011111 1001101 101000

Color Harmonies of #B5172E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5172E

Black with #B5172E

Text Example


Text Example

White with #B5172E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5172E; }

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

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

background-color css

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

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

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

border-color css

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

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

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