Html Css Color HEX #B52241 Cardinal

📋 copy color: '#B52241'

red 181 ◦ green 34 ◦ blue 65

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

Shades of Cardinal #B52241

Tints of Cardinal #B52241

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.14%

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

R = 64.64%
G = 12.14%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B52241 (or 0xB52241) is known color: Cardinal. HEX triplet: B5, 22 and 41. RGB value is (181,34,65). Sum of RGB (Red+Green+Blue) = 181+34+65=280 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.64% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 65 (25.78% from 255 or 23.21% from 280); Max value from RGB is 181 - color contains mainly: red. Hex color #B52241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52241 is #4ADDBE. Grayscale: #515151. Windows color (decimal): -4906431 or 4268725. OLE color: 4268725.

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

Color convert

RGB 181 34 65 -
CMYK 0 0.81 0.64 0.29
HSL 347.35º 0.68% 0.42% -
HSV(B) 347.35º 0.81% 0.71% -
XYZ 20.58 11.35 6.11 -
YUV 81.49 118.7 198.98 -
System Red Green Blue C M Y K H S L
Decimal 181 34 65 0 0.81 0.64 0.29 347.35 0.68 0.42
Hex B5 22 41 0 51 40 1D 15B 44 2A
Octal 265 42 101 0 121 100 35 533 104 52
Binary 10110101 100010 1000001 0 1010001 1000000 11101 101011011 1000100 101010

Color Harmonies of #B52241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52241

Black with #B52241

Text Example


Text Example

White with #B52241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52241; }

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

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

background-color css

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

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

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

border-color css

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

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

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