Html Css Color HEX #B5164A Cardinal

📋 copy color: '#B5164A'

red 181 ◦ green 22 ◦ blue 74

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

Shades of Cardinal #B5164A

Tints of Cardinal #B5164A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.94%

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

R = 65.34%
G = 7.94%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B5164A (or 0xB5164A) is known color: Cardinal. HEX triplet: B5, 16 and 4A. RGB value is (181,22,74). Sum of RGB (Red+Green+Blue) = 181+22+74=277 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.34% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 181 - color contains mainly: red. Hex color #B5164A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5164A is #4AE9B5. Grayscale: #4B4B4B. Windows color (decimal): -4909494 or 4855477. OLE color: 4855477.

HSL color Cylindrical-coordinate representation of color #B5164A: hue angle of 340.38º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B5164A is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 22 74 -
CMYK 0 0.88 0.59 0.29
HSL 340.38º 0.78% 0.4% -
HSV(B) 340.38º 0.88% 0.71% -
XYZ 20.58 10.89 7.5 -
YUV 75.47 127.18 203.27 -
System Red Green Blue C M Y K H S L
Decimal 181 22 74 0 0.88 0.59 0.29 340.38 0.78 0.4
Hex B5 16 4A 0 58 3B 1D 154 4E 28
Octal 265 26 112 0 130 73 35 524 116 50
Binary 10110101 10110 1001010 0 1011000 111011 11101 101010100 1001110 101000

Color Harmonies of #B5164A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5164A

Black with #B5164A

Text Example


Text Example

White with #B5164A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5164A; }

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

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

background-color css

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

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

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

border-color css

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

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

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