Html Css Color HEX #692212 Red Oxide

📋 copy color: '#692212'

red 105 ◦ green 34 ◦ blue 18

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

Shades of Red Oxide #692212

Tints of Red Oxide #692212

RGB

 RED value IS 105 (41.41% from 255) = 66.88%

 GREEN value IS 34 (13.67% from 255) = 21.66%

 BLUE value IS 18 (7.42% from 255) = 11.46%

R = 66.88%
G = 21.66%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.59

RGB Variations

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

Color information

#692212 (or 0x692212) is known color: Red Oxide. HEX triplet: 69, 22 and 12. RGB value is (105,34,18). Sum of RGB (Red+Green+Blue) = 105+34+18=157 (20% of max value = 765). Red value is 105 (41.41% from 255 or 66.88% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 18 (7.42% from 255 or 11.46% from 157); Max value from RGB is 105 - color contains mainly: red. Hex color #692212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692212 is #96DDED. Grayscale: #353535. Windows color (decimal): -9887214 or 1188457. OLE color: 1188457.

HSL color Cylindrical-coordinate representation of color #692212: hue angle of 11.03º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #692212 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 34 18 -
CMYK 0 0.68 0.83 0.59
HSL 11.03º 0.71% 0.24% -
HSV(B) 11.03º 0.83% 0.41% -
XYZ 6.51 4.19 1.04 -
YUV 53.41 108.02 164.8 -
System Red Green Blue C M Y K H S L
Decimal 105 34 18 0 0.68 0.83 0.59 11.03 0.71 0.24
Hex 69 22 12 0 44 53 3B B 47 18
Octal 151 42 22 0 104 123 73 13 107 30
Binary 1101001 100010 10010 0 1000100 1010011 111011 1011 1000111 11000

Color Harmonies of #692212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692212

Black with #692212

Text Example


Text Example

White with #692212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692212; }

 p { color: rgb(105,34,18); }

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

background-color css

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

 a { background-color: rgb(105,34,18); }

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

border-color css

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

 span { border-color: rgb(105,34,18); }

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