Html Css Color HEX #B51533 Cardinal

📋 copy color: '#B51533'

red 181 ◦ green 21 ◦ blue 51

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

Shades of Cardinal #B51533

Tints of Cardinal #B51533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.16%

R = 71.54%
G = 8.3%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B51533 (or 0xB51533) is known color: Cardinal. HEX triplet: B5, 15 and 33. RGB value is (181,21,51). Sum of RGB (Red+Green+Blue) = 181+21+51=253 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.54% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 51 (20.31% from 255 or 20.16% from 253); Max value from RGB is 181 - color contains mainly: red. Hex color #B51533 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51533 is #4AEACC. Grayscale: #484848. Windows color (decimal): -4909773 or 3347893. OLE color: 3347893.

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

Color convert

RGB 181 21 51 -
CMYK 0 0.88 0.72 0.29
HSL 348.75º 0.79% 0.4% -
HSV(B) 348.75º 0.88% 0.71% -
XYZ 19.92 10.6 4.13 -
YUV 72.26 116.01 205.56 -
System Red Green Blue C M Y K H S L
Decimal 181 21 51 0 0.88 0.72 0.29 348.75 0.79 0.4
Hex B5 15 33 0 58 48 1D 15D 4F 28
Octal 265 25 63 0 130 110 35 535 117 50
Binary 10110101 10101 110011 0 1011000 1001000 11101 101011101 1001111 101000

Color Harmonies of #B51533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51533

Black with #B51533

Text Example


Text Example

White with #B51533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51533; }

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

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

background-color css

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

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

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

border-color css

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

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

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