Html Css Color HEX #B5174A Cardinal

📋 copy color: '#B5174A'

red 181 ◦ green 23 ◦ blue 74

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

Shades of Cardinal #B5174A

Tints of Cardinal #B5174A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.62%

R = 65.11%
G = 8.27%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B5174A (or 0xB5174A) is known color: Cardinal. HEX triplet: B5, 17 and 4A. RGB value is (181,23,74). Sum of RGB (Red+Green+Blue) = 181+23+74=278 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.11% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 74 (29.30% from 255 or 26.62% from 278); Max value from RGB is 181 - color contains mainly: red. Hex color #B5174A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5174A is #4AE8B5. Grayscale: #4C4C4C. Windows color (decimal): -4909238 or 4855733. OLE color: 4855733.

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

Color convert

RGB 181 23 74 -
CMYK 0 0.87 0.59 0.29
HSL 340.63º 0.77% 0.4% -
HSV(B) 340.63º 0.87% 0.71% -
XYZ 20.6 10.93 7.5 -
YUV 76.06 126.85 202.85 -
System Red Green Blue C M Y K H S L
Decimal 181 23 74 0 0.87 0.59 0.29 340.63 0.77 0.4
Hex B5 17 4A 0 57 3B 1D 155 4D 28
Octal 265 27 112 0 127 73 35 525 115 50
Binary 10110101 10111 1001010 0 1010111 111011 11101 101010101 1001101 101000

Color Harmonies of #B5174A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5174A

Black with #B5174A

Text Example


Text Example

White with #B5174A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5174A; }

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

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

background-color css

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

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

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

border-color css

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

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

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