Html Css Color HEX #600A02 Maroon

📋 copy color: '#600A02'

red 96 ◦ green 10 ◦ blue 2

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

Shades of Maroon #600A02

Tints of Maroon #600A02

RGB

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

 GREEN value IS 10 (4.3% from 255) = 9.26%

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

R = 88.89%
G = 9.26%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#600A02 (or 0x600A02) is known color: Maroon. HEX triplet: 60, 0A and 02. RGB value is (96,10,2). Sum of RGB (Red+Green+Blue) = 96+10+2=108 (14% of max value = 765). Red value is 96 (37.89% from 255 or 88.89% from 108); Green value is 10 (4.30% from 255 or 9.26% from 108); Blue value is 2 (1.17% from 255 or 1.85% from 108); Max value from RGB is 96 - color contains mainly: red. Hex color #600A02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600A02 is #9FF5FD. Grayscale: #222222. Windows color (decimal): -10483198 or 133728. OLE color: 133728.

HSL color Cylindrical-coordinate representation of color #600A02: hue angle of 5.11º 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 #600A02 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 10 2 -
CMYK 0 0.90 0.98 0.62
HSL 5.11º 0.96% 0.19% -
HSV(B) 5.11º 0.98% 0.38% -
XYZ 4.94 2.71 0.32 -
YUV 34.8 109.49 171.65 -
System Red Green Blue C M Y K H S L
Decimal 96 10 2 0 0.90 0.98 0.62 5.11 0.96 0.19
Hex 60 A 2 0 5A 62 3E 5 60 13
Octal 140 12 2 0 132 142 76 5 140 23
Binary 1100000 1010 10 0 1011010 1100010 111110 101 1100000 10011

Color Harmonies of #600A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600A02

Black with #600A02

Text Example


Text Example

White with #600A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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