Html Css Color HEX #65100F Red Oxide

📋 copy color: '#65100F'

red 101 ◦ green 16 ◦ blue 15

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

Shades of Red Oxide #65100F

Tints of Red Oxide #65100F

RGB

 RED value IS 101 (39.84% from 255) = 76.52%

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

 BLUE value IS 15 (6.25% from 255) = 11.36%

R = 76.52%
G = 12.12%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.60

RGB Variations

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

Color information

#65100F (or 0x65100F) is known color: Red Oxide. HEX triplet: 65, 10 and 0F. RGB value is (101,16,15). Sum of RGB (Red+Green+Blue) = 101+16+15=132 (17% of max value = 765). Red value is 101 (39.84% from 255 or 76.52% from 132); Green value is 16 (6.64% from 255 or 12.12% from 132); Blue value is 15 (6.25% from 255 or 11.36% from 132); Max value from RGB is 101 - color contains mainly: red. Hex color #65100F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65100F is #9AEFF0. Grayscale: #292929. Windows color (decimal): -10153969 or 987237. OLE color: 987237.

HSL color Cylindrical-coordinate representation of color #65100F: hue angle of 0.7º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #65100F is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 16 15 -
CMYK 0 0.84 0.85 0.60
HSL 0.7º 0.74% 0.23% -
HSV(B) 0.7º 0.85% 0.4% -
XYZ 5.64 3.17 0.77 -
YUV 41.3 113.16 170.58 -
System Red Green Blue C M Y K H S L
Decimal 101 16 15 0 0.84 0.85 0.60 0.7 0.74 0.23
Hex 65 10 F 0 54 55 3C 1 4A 17
Octal 145 20 17 0 124 125 74 1 112 27
Binary 1100101 10000 1111 0 1010100 1010101 111100 1 1001010 10111

Color Harmonies of #65100F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65100F

Black with #65100F

Text Example


Text Example

White with #65100F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65100F; }

 p { color: rgb(101,16,15); }

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

background-color css

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

 a { background-color: rgb(101,16,15); }

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

border-color css

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

 span { border-color: rgb(101,16,15); }

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