Html Css Color HEX #621A12 Red Oxide

📋 copy color: '#621A12'

red 98 ◦ green 26 ◦ blue 18

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

Shades of Red Oxide #621A12

Tints of Red Oxide #621A12

RGB

 RED value IS 98 (38.67% from 255) = 69.01%

 GREEN value IS 26 (10.55% from 255) = 18.31%

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

R = 69.01%
G = 18.31%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#621A12 (or 0x621A12) is known color: Red Oxide. HEX triplet: 62, 1A and 12. RGB value is (98,26,18). Sum of RGB (Red+Green+Blue) = 98+26+18=142 (18% of max value = 765). Red value is 98 (38.67% from 255 or 69.01% from 142); Green value is 26 (10.55% from 255 or 18.31% from 142); Blue value is 18 (7.42% from 255 or 12.68% from 142); Max value from RGB is 98 - color contains mainly: red. Hex color #621A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621A12 is #9DE5ED. Grayscale: #2E2E2E. Windows color (decimal): -10348014 or 1186402. OLE color: 1186402.

HSL color Cylindrical-coordinate representation of color #621A12: hue angle of 6º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #621A12 is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 26 18 -
CMYK 0 0.73 0.82 0.62
HSL 0.69% 0.23% -
HSV(B) 0.82% 0.38% -
XYZ 5.52 3.38 0.93 -
YUV 46.62 111.85 164.65 -
System Red Green Blue C M Y K H S L
Decimal 98 26 18 0 0.73 0.82 0.62 6 0.69 0.23
Hex 62 1A 12 0 49 52 3E 6 45 17
Octal 142 32 22 0 111 122 76 6 105 27
Binary 1100010 11010 10010 0 1001001 1010010 111110 110 1000101 10111

Color Harmonies of #621A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621A12

Black with #621A12

Text Example


Text Example

White with #621A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621A12; }

 p { color: rgb(98,26,18); }

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

background-color css

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

 a { background-color: rgb(98,26,18); }

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

border-color css

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

 span { border-color: rgb(98,26,18); }

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