Html Css Color HEX #65180A Red Oxide

📋 copy color: '#65180A'

red 101 ◦ green 24 ◦ blue 10

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

Shades of Red Oxide #65180A

Tints of Red Oxide #65180A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.78%

 BLUE value IS 10 (4.3% from 255) = 7.41%

R = 74.81%
G = 17.78%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.60

RGB Variations

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

Color information

#65180A (or 0x65180A) is known color: Red Oxide. HEX triplet: 65, 18 and 0A. RGB value is (101,24,10). Sum of RGB (Red+Green+Blue) = 101+24+10=135 (17% of max value = 765). Red value is 101 (39.84% from 255 or 74.81% from 135); Green value is 24 (9.77% from 255 or 17.78% from 135); Blue value is 10 (4.30% from 255 or 7.41% from 135); Max value from RGB is 101 - color contains mainly: red. Hex color #65180A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65180A is #9AE7F5. Grayscale: #2D2D2D. Windows color (decimal): -10151926 or 661605. OLE color: 661605.

HSL color Cylindrical-coordinate representation of color #65180A: hue angle of 9.23º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #65180A is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 24 10 -
CMYK 0 0.76 0.90 0.60
HSL 9.23º 0.82% 0.22% -
HSV(B) 9.23º 0.9% 0.4% -
XYZ 5.75 3.44 0.65 -
YUV 45.43 108.01 167.64 -
System Red Green Blue C M Y K H S L
Decimal 101 24 10 0 0.76 0.90 0.60 9.23 0.82 0.22
Hex 65 18 A 0 4C 5A 3C 9 52 16
Octal 145 30 12 0 114 132 74 11 122 26
Binary 1100101 11000 1010 0 1001100 1011010 111100 1001 1010010 10110

Color Harmonies of #65180A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65180A

Black with #65180A

Text Example


Text Example

White with #65180A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65180A; }

 p { color: rgb(101,24,10); }

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

background-color css

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

 a { background-color: rgb(101,24,10); }

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

border-color css

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

 span { border-color: rgb(101,24,10); }

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