Html Css Color HEX #B52141 Cardinal

📋 copy color: '#B52141'

red 181 ◦ green 33 ◦ blue 65

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

Shades of Cardinal #B52141

Tints of Cardinal #B52141

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.83%

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

R = 64.87%
G = 11.83%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B52141 (or 0xB52141) is known color: Cardinal. HEX triplet: B5, 21 and 41. RGB value is (181,33,65). Sum of RGB (Red+Green+Blue) = 181+33+65=279 (36% of max value = 765). Red value is 181 (71.09% from 255 or 64.87% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 65 (25.78% from 255 or 23.30% from 279); Max value from RGB is 181 - color contains mainly: red. Hex color #B52141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52141 is #4ADEBE. Grayscale: #505050. Windows color (decimal): -4906687 or 4268469. OLE color: 4268469.

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

Color convert

RGB 181 33 65 -
CMYK 0 0.82 0.64 0.29
HSL 347.03º 0.69% 0.42% -
HSV(B) 347.03º 0.82% 0.71% -
XYZ 20.55 11.29 6.1 -
YUV 80.9 119.03 199.4 -
System Red Green Blue C M Y K H S L
Decimal 181 33 65 0 0.82 0.64 0.29 347.03 0.69 0.42
Hex B5 21 41 0 52 40 1D 15B 45 2A
Octal 265 41 101 0 122 100 35 533 105 52
Binary 10110101 100001 1000001 0 1010010 1000000 11101 101011011 1000101 101010

Color Harmonies of #B52141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52141

Black with #B52141

Text Example


Text Example

White with #B52141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52141; }

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

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

background-color css

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

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

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

border-color css

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

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

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