Html Css Color HEX #B5154A Cardinal

📋 copy color: '#B5154A'

red 181 ◦ green 21 ◦ blue 74

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

Shades of Cardinal #B5154A

Tints of Cardinal #B5154A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.61%

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

R = 65.58%
G = 7.61%
B = 26.81%

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

#B5154A (or 0xB5154A) is known color: Cardinal. HEX triplet: B5, 15 and 4A. RGB value is (181,21,74). Sum of RGB (Red+Green+Blue) = 181+21+74=276 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.58% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 181 - color contains mainly: red. Hex color #B5154A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5154A is #4AEAB5. Grayscale: #4A4A4A. Windows color (decimal): -4909750 or 4855221. OLE color: 4855221.

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

Color convert

RGB 181 21 74 -
CMYK 0 0.88 0.59 0.29
HSL 340.13º 0.79% 0.4% -
HSV(B) 340.13º 0.88% 0.71% -
XYZ 20.56 10.85 7.49 -
YUV 74.88 127.51 203.69 -
System Red Green Blue C M Y K H S L
Decimal 181 21 74 0 0.88 0.59 0.29 340.13 0.79 0.4
Hex B5 15 4A 0 58 3B 1D 154 4F 28
Octal 265 25 112 0 130 73 35 524 117 50
Binary 10110101 10101 1001010 0 1011000 111011 11101 101010100 1001111 101000

Color Harmonies of #B5154A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5154A

Black with #B5154A

Text Example


Text Example

White with #B5154A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5154A; }

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

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

background-color css

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

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

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

border-color css

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

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

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