Html Css Color HEX #641002 Red Oxide

📋 copy color: '#641002'

red 100 ◦ green 16 ◦ blue 2

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

Shades of Red Oxide #641002

Tints of Red Oxide #641002

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.56%

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

R = 84.75%
G = 13.56%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.61

RGB Variations

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

Color information

#641002 (or 0x641002) is known color: Red Oxide. HEX triplet: 64, 10 and 02. RGB value is (100,16,2). Sum of RGB (Red+Green+Blue) = 100+16+2=118 (15% of max value = 765). Red value is 100 (39.45% from 255 or 84.75% from 118); Green value is 16 (6.64% from 255 or 13.56% from 118); Blue value is 2 (1.17% from 255 or 1.69% from 118); Max value from RGB is 100 - color contains mainly: red. Hex color #641002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641002 is #9BEFFD. Grayscale: #272727. Windows color (decimal): -10219518 or 135268. OLE color: 135268.

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

Color convert

RGB 100 16 2 -
CMYK 0 0.84 0.98 0.61
HSL 8.57º 0.96% 0.2% -
HSV(B) 8.57º 0.98% 0.39% -
XYZ 5.45 3.08 0.37 -
YUV 39.52 106.83 171.14 -
System Red Green Blue C M Y K H S L
Decimal 100 16 2 0 0.84 0.98 0.61 8.57 0.96 0.2
Hex 64 10 2 0 54 62 3D 9 60 14
Octal 144 20 2 0 124 142 75 11 140 24
Binary 1100100 10000 10 0 1010100 1100010 111101 1001 1100000 10100

Color Harmonies of #641002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641002

Black with #641002

Text Example


Text Example

White with #641002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641002; }

 p { color: rgb(100,16,2); }

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

background-color css

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

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

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

border-color css

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

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

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