Html Css Color HEX #B52140 Cardinal

📋 copy color: '#B52140'

red 181 ◦ green 33 ◦ blue 64

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

Shades of Cardinal #B52140

Tints of Cardinal #B52140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.02%

R = 65.11%
G = 11.87%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B52140 (or 0xB52140) is known color: Cardinal. HEX triplet: B5, 21 and 40. RGB value is (181,33,64). Sum of RGB (Red+Green+Blue) = 181+33+64=278 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.11% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 181 - color contains mainly: red. Hex color #B52140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52140 is #4ADEBF. Grayscale: #505050. Windows color (decimal): -4906688 or 4202933. OLE color: 4202933.

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

Color convert

RGB 181 33 64 -
CMYK 0 0.82 0.65 0.29
HSL 347.43º 0.69% 0.42% -
HSV(B) 347.43º 0.82% 0.71% -
XYZ 20.53 11.28 5.95 -
YUV 80.79 118.53 199.48 -
System Red Green Blue C M Y K H S L
Decimal 181 33 64 0 0.82 0.65 0.29 347.43 0.69 0.42
Hex B5 21 40 0 52 41 1D 15B 45 2A
Octal 265 41 100 0 122 101 35 533 105 52
Binary 10110101 100001 1000000 0 1010010 1000001 11101 101011011 1000101 101010

Color Harmonies of #B52140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52140

Black with #B52140

Text Example


Text Example

White with #B52140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52140; }

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

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

background-color css

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

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

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

border-color css

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

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

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