Html Css Color HEX #6A1A03 Red Oxide

📋 copy color: '#6A1A03'

red 106 ◦ green 26 ◦ blue 3

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

Shades of Red Oxide #6A1A03

Tints of Red Oxide #6A1A03

RGB

 RED value IS 106 (41.8% from 255) = 78.52%

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

 BLUE value IS 3 (1.56% from 255) = 2.22%

R = 78.52%
G = 19.26%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.97

 K value IS 0.58

RGB Variations

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

Color information

#6A1A03 (or 0x6A1A03) is known color: Red Oxide. HEX triplet: 6A, 1A and 03. RGB value is (106,26,3). Sum of RGB (Red+Green+Blue) = 106+26+3=135 (17% of max value = 765). Red value is 106 (41.80% from 255 or 78.52% from 135); Green value is 26 (10.55% from 255 or 19.26% from 135); Blue value is 3 (1.56% from 255 or 2.22% from 135); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1A03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A1A03 is #95E5FC. Grayscale: #2F2F2F. Windows color (decimal): -9823741 or 203370. OLE color: 203370.

HSL color Cylindrical-coordinate representation of color #6A1A03: hue angle of 13.4º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6A1A03 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 26 3 -
CMYK 0 0.75 0.97 0.58
HSL 13.4º 0.94% 0.21% -
HSV(B) 13.4º 0.97% 0.42% -
XYZ 6.33 3.81 0.49 -
YUV 47.3 103 169.87 -
System Red Green Blue C M Y K H S L
Decimal 106 26 3 0 0.75 0.97 0.58 13.4 0.94 0.21
Hex 6A 1A 3 0 4B 61 3A D 5E 15
Octal 152 32 3 0 113 141 72 15 136 25
Binary 1101010 11010 11 0 1001011 1100001 111010 1101 1011110 10101

Color Harmonies of #6A1A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1A03

Black with #6A1A03

Text Example


Text Example

White with #6A1A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A1A03; }

 p { color: rgb(106,26,3); }

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

background-color css

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

 a { background-color: rgb(106,26,3); }

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

border-color css

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

 span { border-color: rgb(106,26,3); }

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