Html Css Color HEX #B51648 Cardinal

📋 copy color: '#B51648'

red 181 ◦ green 22 ◦ blue 72

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

Shades of Cardinal #B51648

Tints of Cardinal #B51648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 26.18%

R = 65.82%
G = 8%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B51648 (or 0xB51648) is known color: Cardinal. HEX triplet: B5, 16 and 48. RGB value is (181,22,72). Sum of RGB (Red+Green+Blue) = 181+22+72=275 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.82% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 72 (28.52% from 255 or 26.18% from 275); Max value from RGB is 181 - color contains mainly: red. Hex color #B51648 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51648 is #4AE9B7. Grayscale: #4B4B4B. Windows color (decimal): -4909496 or 4724405. OLE color: 4724405.

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

Color convert

RGB 181 22 72 -
CMYK 0 0.88 0.60 0.29
HSL 341.13º 0.78% 0.4% -
HSV(B) 341.13º 0.88% 0.71% -
XYZ 20.51 10.87 7.15 -
YUV 75.24 126.18 203.43 -
System Red Green Blue C M Y K H S L
Decimal 181 22 72 0 0.88 0.60 0.29 341.13 0.78 0.4
Hex B5 16 48 0 58 3C 1D 155 4E 28
Octal 265 26 110 0 130 74 35 525 116 50
Binary 10110101 10110 1001000 0 1011000 111100 11101 101010101 1001110 101000

Color Harmonies of #B51648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51648

Black with #B51648

Text Example


Text Example

White with #B51648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51648; }

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

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

background-color css

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

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

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

border-color css

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

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

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