Html Css Color HEX #B5172D Cardinal

📋 copy color: '#B5172D'

red 181 ◦ green 23 ◦ blue 45

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

Shades of Cardinal #B5172D

Tints of Cardinal #B5172D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.07%

R = 72.69%
G = 9.24%
B = 18.07%

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

#B5172D (or 0xB5172D) is known color: Cardinal. HEX triplet: B5, 17 and 2D. RGB value is (181,23,45). Sum of RGB (Red+Green+Blue) = 181+23+45=249 (32% of max value = 765). Red value is 181 (71.09% from 255 or 72.69% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 181 - color contains mainly: red. Hex color #B5172D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5172D is #4AE8D2. Grayscale: #484848. Windows color (decimal): -4909267 or 2955189. OLE color: 2955189.

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

Color convert

RGB 181 23 45 -
CMYK 0 0.87 0.75 0.29
HSL 351.65º 0.77% 0.4% -
HSV(B) 351.65º 0.87% 0.71% -
XYZ 19.84 10.63 3.49 -
YUV 72.75 112.35 205.21 -
System Red Green Blue C M Y K H S L
Decimal 181 23 45 0 0.87 0.75 0.29 351.65 0.77 0.4
Hex B5 17 2D 0 57 4B 1D 160 4D 28
Octal 265 27 55 0 127 113 35 540 115 50
Binary 10110101 10111 101101 0 1010111 1001011 11101 101100000 1001101 101000

Color Harmonies of #B5172D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5172D

Black with #B5172D

Text Example


Text Example

White with #B5172D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5172D; }

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

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

background-color css

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

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

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

border-color css

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

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

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