Html Css Color HEX #641502 Red Oxide

📋 copy color: '#641502'

red 100 ◦ green 21 ◦ blue 2

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

Shades of Red Oxide #641502

Tints of Red Oxide #641502

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.07%

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

R = 81.3%
G = 17.07%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.61

RGB Variations

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

Color information

#641502 (or 0x641502) is known color: Red Oxide. HEX triplet: 64, 15 and 02. RGB value is (100,21,2). Sum of RGB (Red+Green+Blue) = 100+21+2=123 (16% of max value = 765). Red value is 100 (39.45% from 255 or 81.30% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 100 - color contains mainly: red. Hex color #641502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641502 is #9BEAFD. Grayscale: #2A2A2A. Windows color (decimal): -10218238 or 136548. OLE color: 136548.

HSL color Cylindrical-coordinate representation of color #641502: hue angle of 11.63º 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 #641502 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 21 2 -
CMYK 0 0.79 0.98 0.61
HSL 11.63º 0.96% 0.2% -
HSV(B) 11.63º 0.98% 0.39% -
XYZ 5.53 3.25 0.39 -
YUV 42.46 105.17 169.04 -
System Red Green Blue C M Y K H S L
Decimal 100 21 2 0 0.79 0.98 0.61 11.63 0.96 0.2
Hex 64 15 2 0 4F 62 3D C 60 14
Octal 144 25 2 0 117 142 75 14 140 24
Binary 1100100 10101 10 0 1001111 1100010 111101 1100 1100000 10100

Color Harmonies of #641502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641502

Black with #641502

Text Example


Text Example

White with #641502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641502; }

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

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

background-color css

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

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

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

border-color css

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

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

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