Html Css Color HEX #B51941 Cardinal

📋 copy color: '#B51941'

red 181 ◦ green 25 ◦ blue 65

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

Shades of Cardinal #B51941

Tints of Cardinal #B51941

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.23%

 BLUE value IS 65 (25.78% from 255) = 23.99%

R = 66.79%
G = 9.23%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B51941 (or 0xB51941) is known color: Cardinal. HEX triplet: B5, 19 and 41. RGB value is (181,25,65). Sum of RGB (Red+Green+Blue) = 181+25+65=271 (35% of max value = 765). Red value is 181 (71.09% from 255 or 66.79% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 65 (25.78% from 255 or 23.99% from 271); Max value from RGB is 181 - color contains mainly: red. Hex color #B51941 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51941 is #4AE6BE. Grayscale: #4C4C4C. Windows color (decimal): -4908735 or 4266421. OLE color: 4266421.

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

Color convert

RGB 181 25 65 -
CMYK 0 0.86 0.64 0.29
HSL 344.62º 0.76% 0.4% -
HSV(B) 344.62º 0.86% 0.71% -
XYZ 20.36 10.9 6.03 -
YUV 76.2 121.68 202.75 -
System Red Green Blue C M Y K H S L
Decimal 181 25 65 0 0.86 0.64 0.29 344.62 0.76 0.4
Hex B5 19 41 0 56 40 1D 159 4C 28
Octal 265 31 101 0 126 100 35 531 114 50
Binary 10110101 11001 1000001 0 1010110 1000000 11101 101011001 1001100 101000

Color Harmonies of #B51941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51941

Black with #B51941

Text Example


Text Example

White with #B51941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51941; }

 p { color: rgb(181,25,65); }

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

background-color css

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

 a { background-color: rgb(181,25,65); }

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

border-color css

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

 span { border-color: rgb(181,25,65); }

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