Html Css Color HEX #671B0A Red Oxide

📋 copy color: '#671B0A'

red 103 ◦ green 27 ◦ blue 10

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

Shades of Red Oxide #671B0A

Tints of Red Oxide #671B0A

RGB

 RED value IS 103 (40.63% from 255) = 73.57%

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

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

R = 73.57%
G = 19.29%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.60

RGB Variations

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

Color information

#671B0A (or 0x671B0A) is known color: Red Oxide. HEX triplet: 67, 1B and 0A. RGB value is (103,27,10). Sum of RGB (Red+Green+Blue) = 103+27+10=140 (18% of max value = 765). Red value is 103 (40.62% from 255 or 73.57% from 140); Green value is 27 (10.94% from 255 or 19.29% from 140); Blue value is 10 (4.30% from 255 or 7.14% from 140); Max value from RGB is 103 - color contains mainly: red. Hex color #671B0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671B0A is #98E4F5. Grayscale: #2F2F2F. Windows color (decimal): -10020086 or 662375. OLE color: 662375.

HSL color Cylindrical-coordinate representation of color #671B0A: hue angle of 10.97º 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 #671B0A is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 27 10 -
CMYK 0 0.74 0.90 0.60
HSL 10.97º 0.82% 0.22% -
HSV(B) 10.97º 0.9% 0.4% -
XYZ 6.04 3.69 0.68 -
YUV 47.79 106.68 167.38 -
System Red Green Blue C M Y K H S L
Decimal 103 27 10 0 0.74 0.90 0.60 10.97 0.82 0.22
Hex 67 1B A 0 4A 5A 3C B 52 16
Octal 147 33 12 0 112 132 74 13 122 26
Binary 1100111 11011 1010 0 1001010 1011010 111100 1011 1010010 10110

Color Harmonies of #671B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671B0A

Black with #671B0A

Text Example


Text Example

White with #671B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671B0A; }

 p { color: rgb(103,27,10); }

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

background-color css

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

 a { background-color: rgb(103,27,10); }

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

border-color css

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

 span { border-color: rgb(103,27,10); }

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