Html Css Color HEX #B52142 Cardinal

📋 copy color: '#B52142'

red 181 ◦ green 33 ◦ blue 66

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

Shades of Cardinal #B52142

Tints of Cardinal #B52142

RGB

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

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

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

R = 64.64%
G = 11.79%
B = 23.57%

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

#B52142 (or 0xB52142) is known color: Cardinal. HEX triplet: B5, 21 and 42. RGB value is (181,33,66). Sum of RGB (Red+Green+Blue) = 181+33+66=280 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.64% from 280); Green value is 33 (13.28% from 255 or 11.79% from 280); Blue value is 66 (26.17% from 255 or 23.57% from 280); Max value from RGB is 181 - color contains mainly: red. Hex color #B52142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52142 is #4ADEBD. Grayscale: #515151. Windows color (decimal): -4906686 or 4334005. OLE color: 4334005.

HSL color Cylindrical-coordinate representation of color #B52142: hue angle of 346.62º 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 #B52142 is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 33 66 -
CMYK 0 0.82 0.64 0.29
HSL 346.62º 0.69% 0.42% -
HSV(B) 346.62º 0.82% 0.71% -
XYZ 20.58 11.3 6.25 -
YUV 81.01 119.53 199.32 -
System Red Green Blue C M Y K H S L
Decimal 181 33 66 0 0.82 0.64 0.29 346.62 0.69 0.42
Hex B5 21 42 0 52 40 1D 15B 45 2A
Octal 265 41 102 0 122 100 35 533 105 52
Binary 10110101 100001 1000010 0 1010010 1000000 11101 101011011 1000101 101010

Color Harmonies of #B52142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52142

Black with #B52142

Text Example


Text Example

White with #B52142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52142; }

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

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

background-color css

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

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

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

border-color css

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

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

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