Html Css Color HEX #64201C Red Oxide

📋 copy color: '#64201C'

red 100 ◦ green 32 ◦ blue 28

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

Shades of Red Oxide #64201C

Tints of Red Oxide #64201C

RGB

 RED value IS 100 (39.45% from 255) = 62.5%

 GREEN value IS 32 (12.89% from 255) = 20%

 BLUE value IS 28 (11.33% from 255) = 17.5%

R = 62.5%
G = 20%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.61

RGB Variations

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

Color information

#64201C (or 0x64201C) is known color: Red Oxide. HEX triplet: 64, 20 and 1C. RGB value is (100,32,28). Sum of RGB (Red+Green+Blue) = 100+32+28=160 (21% of max value = 765). Red value is 100 (39.45% from 255 or 62.5% from 160); Green value is 32 (12.89% from 255 or 20% from 160); Blue value is 28 (11.33% from 255 or 17.5% from 160); Max value from RGB is 100 - color contains mainly: red. Hex color #64201C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64201C is #9BDFE3. Grayscale: #333333. Windows color (decimal): -10215396 or 1843300. OLE color: 1843300.

HSL color Cylindrical-coordinate representation of color #64201C: hue angle of 3.33º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #64201C is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 32 28 -
CMYK 0 0.68 0.72 0.61
HSL 3.33º 0.56% 0.25% -
HSV(B) 3.33º 0.72% 0.39% -
XYZ 5.98 3.83 1.52 -
YUV 51.88 114.53 162.33 -
System Red Green Blue C M Y K H S L
Decimal 100 32 28 0 0.68 0.72 0.61 3.33 0.56 0.25
Hex 64 20 1C 0 44 48 3D 3 38 19
Octal 144 40 34 0 104 110 75 3 70 31
Binary 1100100 100000 11100 0 1000100 1001000 111101 11 111000 11001

Color Harmonies of #64201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64201C

Black with #64201C

Text Example


Text Example

White with #64201C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64201C; }

 p { color: rgb(100,32,28); }

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

background-color css

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

 a { background-color: rgb(100,32,28); }

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

border-color css

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

 span { border-color: rgb(100,32,28); }

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