Html Css Color HEX #600202 Maroon

📋 copy color: '#600202'

red 96 ◦ green 2 ◦ blue 2

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

Shades of Maroon #600202

Tints of Maroon #600202

RGB

 RED value IS 96 (37.89% from 255) = 96%

 GREEN value IS 2 (1.17% from 255) = 2%

 BLUE value IS 2 (1.17% from 255) = 2%

R = 96%
G = 2%
B = 2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#600202 (or 0x600202) is known color: Maroon. HEX triplet: 60, 02 and 02. RGB value is (96,2,2). Sum of RGB (Red+Green+Blue) = 96+2+2=100 (13% of max value = 765). Red value is 96 (37.89% from 255 or 96% from 100); Green value is 2 (1.17% from 255 or 2% from 100); Blue value is 2 (1.17% from 255 or 2% from 100); Max value from RGB is 96 - color contains mainly: red. Hex color #600202 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600202 is #9FFDFD. Grayscale: #1E1E1E. Windows color (decimal): -10485246 or 131680. OLE color: 131680.

HSL color Cylindrical-coordinate representation of color #600202: hue angle of 0º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #600202 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 2 2 -
CMYK 0 0.98 0.98 0.62
HSL 0.96% 0.19% -
HSV(B) 0.98% 0.38% -
XYZ 4.86 2.53 0.29 -
YUV 30.11 112.14 175 -
System Red Green Blue C M Y K H S L
Decimal 96 2 2 0 0.98 0.98 0.62 0 0.96 0.19
Hex 60 2 2 0 62 62 3E 0 60 13
Octal 140 2 2 0 142 142 76 0 140 23
Binary 1100000 10 10 0 1100010 1100010 111110 0 1100000 10011

Color Harmonies of #600202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600202

Black with #600202

Text Example


Text Example

White with #600202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600202; }

 p { color: rgb(96,2,2); }

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

background-color css

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

 a { background-color: rgb(96,2,2); }

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

border-color css

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

 span { border-color: rgb(96,2,2); }

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