Html Css Color HEX #B51042 Cardinal

📋 copy color: '#B51042'

red 181 ◦ green 16 ◦ blue 66

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

Shades of Cardinal #B51042

Tints of Cardinal #B51042

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.08%

 BLUE value IS 66 (26.17% from 255) = 25.1%

R = 68.82%
G = 6.08%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B51042 (or 0xB51042) is known color: Cardinal. HEX triplet: B5, 10 and 42. RGB value is (181,16,66). Sum of RGB (Red+Green+Blue) = 181+16+66=263 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.82% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 66 (26.17% from 255 or 25.10% from 263); Max value from RGB is 181 - color contains mainly: red. Hex color #B51042 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51042 is #4AEFBD. Grayscale: #474747. Windows color (decimal): -4911038 or 4329653. OLE color: 4329653.

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

Color convert

RGB 181 16 66 -
CMYK 0 0.91 0.64 0.29
HSL 341.82º 0.84% 0.39% -
HSV(B) 341.82º 0.91% 0.71% -
XYZ 20.22 10.59 6.13 -
YUV 71.04 125.16 206.43 -
System Red Green Blue C M Y K H S L
Decimal 181 16 66 0 0.91 0.64 0.29 341.82 0.84 0.39
Hex B5 10 42 0 5B 40 1D 156 54 27
Octal 265 20 102 0 133 100 35 526 124 47
Binary 10110101 10000 1000010 0 1011011 1000000 11101 101010110 1010100 100111

Color Harmonies of #B51042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51042

Black with #B51042

Text Example


Text Example

White with #B51042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51042; }

 p { color: rgb(181,16,66); }

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

background-color css

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

 a { background-color: rgb(181,16,66); }

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

border-color css

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

 span { border-color: rgb(181,16,66); }

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