Html Css Color HEX #6A1B02 Red Oxide

📋 copy color: '#6A1B02'

red 106 ◦ green 27 ◦ blue 2

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

Shades of Red Oxide #6A1B02

Tints of Red Oxide #6A1B02

RGB

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

 GREEN value IS 27 (10.94% from 255) = 20%

 BLUE value IS 2 (1.17% from 255) = 1.48%

R = 78.52%
G = 20%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.58

RGB Variations

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

Color information

#6A1B02 (or 0x6A1B02) is known color: Red Oxide. HEX triplet: 6A, 1B and 02. RGB value is (106,27,2). Sum of RGB (Red+Green+Blue) = 106+27+2=135 (17% of max value = 765). Red value is 106 (41.80% from 255 or 78.52% from 135); Green value is 27 (10.94% from 255 or 20% from 135); Blue value is 2 (1.17% from 255 or 1.48% from 135); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1B02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A1B02 is #95E4FD. Grayscale: #2F2F2F. Windows color (decimal): -9823486 or 138090. OLE color: 138090.

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

Color convert

RGB 106 27 2 -
CMYK 0 0.75 0.98 0.58
HSL 14.42º 0.96% 0.21% -
HSV(B) 14.42º 0.98% 0.42% -
XYZ 6.35 3.85 0.47 -
YUV 47.77 102.17 169.53 -
System Red Green Blue C M Y K H S L
Decimal 106 27 2 0 0.75 0.98 0.58 14.42 0.96 0.21
Hex 6A 1B 2 0 4B 62 3A E 60 15
Octal 152 33 2 0 113 142 72 16 140 25
Binary 1101010 11011 10 0 1001011 1100010 111010 1110 1100000 10101

Color Harmonies of #6A1B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1B02

Black with #6A1B02

Text Example


Text Example

White with #6A1B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,27,2); }

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

background-color css

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

 a { background-color: rgb(106,27,2); }

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

border-color css

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

 span { border-color: rgb(106,27,2); }

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