Html Css Color HEX #B5184A Cardinal

📋 copy color: '#B5184A'

red 181 ◦ green 24 ◦ blue 74

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

Shades of Cardinal #B5184A

Tints of Cardinal #B5184A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.6%

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

R = 64.87%
G = 8.6%
B = 26.52%

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

#B5184A (or 0xB5184A) is known color: Cardinal. HEX triplet: B5, 18 and 4A. RGB value is (181,24,74). Sum of RGB (Red+Green+Blue) = 181+24+74=279 (36% of max value = 765). Red value is 181 (71.09% from 255 or 64.87% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 181 - color contains mainly: red. Hex color #B5184A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5184A is #4AE7B5. Grayscale: #4C4C4C. Windows color (decimal): -4908982 or 4855989. OLE color: 4855989.

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

Color convert

RGB 181 24 74 -
CMYK 0 0.87 0.59 0.29
HSL 340.89º 0.77% 0.4% -
HSV(B) 340.89º 0.87% 0.71% -
XYZ 20.62 10.97 7.51 -
YUV 76.64 126.51 202.43 -
System Red Green Blue C M Y K H S L
Decimal 181 24 74 0 0.87 0.59 0.29 340.89 0.77 0.4
Hex B5 18 4A 0 57 3B 1D 155 4D 28
Octal 265 30 112 0 127 73 35 525 115 50
Binary 10110101 11000 1001010 0 1010111 111011 11101 101010101 1001101 101000

Color Harmonies of #B5184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5184A

Black with #B5184A

Text Example


Text Example

White with #B5184A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5184A; }

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

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

background-color css

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

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

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

border-color css

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

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

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