Html Css Color HEX #B5144A Cardinal

📋 copy color: '#B5144A'

red 181 ◦ green 20 ◦ blue 74

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

Shades of Cardinal #B5144A

Tints of Cardinal #B5144A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.27%

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

R = 65.82%
G = 7.27%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B5144A (or 0xB5144A) is known color: Cardinal. HEX triplet: B5, 14 and 4A. RGB value is (181,20,74). Sum of RGB (Red+Green+Blue) = 181+20+74=275 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.82% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 74 (29.30% from 255 or 26.91% from 275); Max value from RGB is 181 - color contains mainly: red. Hex color #B5144A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5144A is #4AEBB5. Grayscale: #4A4A4A. Windows color (decimal): -4910006 or 4854965. OLE color: 4854965.

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

Color convert

RGB 181 20 74 -
CMYK 0 0.89 0.59 0.29
HSL 339.88º 0.8% 0.39% -
HSV(B) 339.88º 0.89% 0.71% -
XYZ 20.54 10.82 7.48 -
YUV 74.3 127.84 204.11 -
System Red Green Blue C M Y K H S L
Decimal 181 20 74 0 0.89 0.59 0.29 339.88 0.8 0.39
Hex B5 14 4A 0 59 3B 1D 154 50 27
Octal 265 24 112 0 131 73 35 524 120 47
Binary 10110101 10100 1001010 0 1011001 111011 11101 101010100 1010000 100111

Color Harmonies of #B5144A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5144A

Black with #B5144A

Text Example


Text Example

White with #B5144A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5144A; }

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

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

background-color css

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

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

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

border-color css

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

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

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