Html Css Color HEX #611C0C Red Oxide

📋 copy color: '#611C0C'

red 97 ◦ green 28 ◦ blue 12

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

Shades of Red Oxide #611C0C

Tints of Red Oxide #611C0C

RGB

 RED value IS 97 (38.28% from 255) = 70.8%

 GREEN value IS 28 (11.33% from 255) = 20.44%

 BLUE value IS 12 (5.08% from 255) = 8.76%

R = 70.8%
G = 20.44%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#611C0C (or 0x611C0C) is known color: Red Oxide. HEX triplet: 61, 1C and 0C. RGB value is (97,28,12). Sum of RGB (Red+Green+Blue) = 97+28+12=137 (18% of max value = 765). Red value is 97 (38.28% from 255 or 70.80% from 137); Green value is 28 (11.33% from 255 or 20.44% from 137); Blue value is 12 (5.08% from 255 or 8.76% from 137); Max value from RGB is 97 - color contains mainly: red. Hex color #611C0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611C0C is #9EE3F3. Grayscale: #2E2E2E. Windows color (decimal): -10413044 or 793697. OLE color: 793697.

HSL color Cylindrical-coordinate representation of color #611C0C: hue angle of 11.29º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #611C0C is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 28 12 -
CMYK 0 0.71 0.88 0.62
HSL 11.29º 0.78% 0.21% -
HSV(B) 11.29º 0.88% 0.38% -
XYZ 5.41 3.4 0.72 -
YUV 46.81 108.36 163.8 -
System Red Green Blue C M Y K H S L
Decimal 97 28 12 0 0.71 0.88 0.62 11.29 0.78 0.21
Hex 61 1C C 0 47 58 3E B 4E 15
Octal 141 34 14 0 107 130 76 13 116 25
Binary 1100001 11100 1100 0 1000111 1011000 111110 1011 1001110 10101

Color Harmonies of #611C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611C0C

Black with #611C0C

Text Example


Text Example

White with #611C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611C0C; }

 p { color: rgb(97,28,12); }

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

background-color css

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

 a { background-color: rgb(97,28,12); }

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

border-color css

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

 span { border-color: rgb(97,28,12); }

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