Html Css Color HEX #530F0E Red Oxide

📋 copy color: '#530F0E'

red 83 ◦ green 15 ◦ blue 14

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

Shades of Red Oxide #530F0E

Tints of Red Oxide #530F0E

RGB

 RED value IS 83 (32.81% from 255) = 74.11%

 GREEN value IS 15 (6.25% from 255) = 13.39%

 BLUE value IS 14 (5.86% from 255) = 12.5%

R = 74.11%
G = 13.39%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#530F0E (or 0x530F0E) is known color: Red Oxide. HEX triplet: 53, 0F and 0E. RGB value is (83,15,14). Sum of RGB (Red+Green+Blue) = 83+15+14=112 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.11% from 112); Green value is 15 (6.25% from 255 or 13.39% from 112); Blue value is 14 (5.86% from 255 or 12.5% from 112); Max value from RGB is 83 - color contains mainly: red. Hex color #530F0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530F0E is #ACF0F1. Grayscale: #232323. Windows color (decimal): -11333874 or 921427. OLE color: 921427.

HSL color Cylindrical-coordinate representation of color #530F0E: hue angle of 0.87º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #530F0E is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 15 14 -
CMYK 0 0.82 0.83 0.67
HSL 0.87º 0.71% 0.19% -
HSV(B) 0.87º 0.83% 0.33% -
XYZ 3.82 2.21 0.64 -
YUV 35.22 116.03 162.08 -
System Red Green Blue C M Y K H S L
Decimal 83 15 14 0 0.82 0.83 0.67 0.87 0.71 0.19
Hex 53 F E 0 52 53 43 1 47 13
Octal 123 17 16 0 122 123 103 1 107 23
Binary 1010011 1111 1110 0 1010010 1010011 1000011 1 1000111 10011

Color Harmonies of #530F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530F0E

Black with #530F0E

Text Example


Text Example

White with #530F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530F0E; }

 p { color: rgb(83,15,14); }

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

background-color css

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

 a { background-color: rgb(83,15,14); }

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

border-color css

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

 span { border-color: rgb(83,15,14); }

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