Html Css Color HEX #B20539 Cardinal

📋 copy color: '#B20539'

red 178 ◦ green 5 ◦ blue 57

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

Shades of Cardinal #B20539

Tints of Cardinal #B20539

RGB

 RED value IS 178 (69.92% from 255) = 74.17%

 GREEN value IS 5 (2.34% from 255) = 2.08%

 BLUE value IS 57 (22.66% from 255) = 23.75%

R = 74.17%
G = 2.08%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#B20539 (or 0xB20539) is known color: Cardinal. HEX triplet: B2, 05 and 39. RGB value is (178,5,57). Sum of RGB (Red+Green+Blue) = 178+5+57=240 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.17% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 57 (22.66% from 255 or 23.75% from 240); Max value from RGB is 178 - color contains mainly: red. Hex color #B20539 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20539 is #4DFAC6. Grayscale: #3E3E3E. Windows color (decimal): -5110471 or 3737010. OLE color: 3737010.

HSL color Cylindrical-coordinate representation of color #B20539: hue angle of 341.97º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B20539 is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 5 57 -
CMYK 0 0.97 0.68 0.30
HSL 341.97º 0.95% 0.36% -
HSV(B) 341.97º 0.97% 0.7% -
XYZ 19.15 9.87 4.77 -
YUV 62.66 124.81 210.27 -
System Red Green Blue C M Y K H S L
Decimal 178 5 57 0 0.97 0.68 0.30 341.97 0.95 0.36
Hex B2 5 39 0 61 44 1E 156 5F 24
Octal 262 5 71 0 141 104 36 526 137 44
Binary 10110010 101 111001 0 1100001 1000100 11110 101010110 1011111 100100

Color Harmonies of #B20539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20539

Black with #B20539

Text Example


Text Example

White with #B20539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20539; }

 p { color: rgb(178,5,57); }

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

background-color css

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

 a { background-color: rgb(178,5,57); }

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

border-color css

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

 span { border-color: rgb(178,5,57); }

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