Html Css Color HEX #B51145 Cardinal

📋 copy color: '#B51145'

red 181 ◦ green 17 ◦ blue 69

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

Shades of Cardinal #B51145

Tints of Cardinal #B51145

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.37%

 BLUE value IS 69 (27.34% from 255) = 25.84%

R = 67.79%
G = 6.37%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B51145 (or 0xB51145) is known color: Cardinal. HEX triplet: B5, 11 and 45. RGB value is (181,17,69). Sum of RGB (Red+Green+Blue) = 181+17+69=267 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.79% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 69 (27.34% from 255 or 25.84% from 267); Max value from RGB is 181 - color contains mainly: red. Hex color #B51145 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51145 is #4AEEBA. Grayscale: #474747. Windows color (decimal): -4910779 or 4526517. OLE color: 4526517.

HSL color Cylindrical-coordinate representation of color #B51145: hue angle of 340.98º degrees, saturation: 0.83, 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 #B51145 is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 17 69 -
CMYK 0 0.91 0.62 0.29
HSL 340.98º 0.83% 0.39% -
HSV(B) 340.98º 0.91% 0.71% -
XYZ 20.33 10.65 6.62 -
YUV 71.96 126.33 205.77 -
System Red Green Blue C M Y K H S L
Decimal 181 17 69 0 0.91 0.62 0.29 340.98 0.83 0.39
Hex B5 11 45 0 5B 3E 1D 155 53 27
Octal 265 21 105 0 133 76 35 525 123 47
Binary 10110101 10001 1000101 0 1011011 111110 11101 101010101 1010011 100111

Color Harmonies of #B51145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51145

Black with #B51145

Text Example


Text Example

White with #B51145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51145; }

 p { color: rgb(181,17,69); }

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

background-color css

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

 a { background-color: rgb(181,17,69); }

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

border-color css

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

 span { border-color: rgb(181,17,69); }

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