Html Css Color HEX #530E04 Red Oxide

📋 copy color: '#530E04'

red 83 ◦ green 14 ◦ blue 4

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

Shades of Red Oxide #530E04

Tints of Red Oxide #530E04

RGB

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

 GREEN value IS 14 (5.86% from 255) = 13.86%

 BLUE value IS 4 (1.95% from 255) = 3.96%

R = 82.18%
G = 13.86%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#530E04 (or 0x530E04) is known color: Red Oxide. HEX triplet: 53, 0E and 04. RGB value is (83,14,4). Sum of RGB (Red+Green+Blue) = 83+14+4=101 (13% of max value = 765). Red value is 83 (32.81% from 255 or 82.18% from 101); Green value is 14 (5.86% from 255 or 13.86% from 101); Blue value is 4 (1.95% from 255 or 3.96% from 101); Max value from RGB is 83 - color contains mainly: red. Hex color #530E04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530E04 is #ACF1FB. Grayscale: #212121. Windows color (decimal): -11334140 or 265811. OLE color: 265811.

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

Color convert

RGB 83 14 4 -
CMYK 0 0.83 0.95 0.67
HSL 7.59º 0.91% 0.17% -
HSV(B) 7.59º 0.95% 0.33% -
XYZ 3.75 2.16 0.33 -
YUV 33.49 111.36 163.31 -
System Red Green Blue C M Y K H S L
Decimal 83 14 4 0 0.83 0.95 0.67 7.59 0.91 0.17
Hex 53 E 4 0 53 5F 43 8 5B 11
Octal 123 16 4 0 123 137 103 10 133 21
Binary 1010011 1110 100 0 1010011 1011111 1000011 1000 1011011 10001

Color Harmonies of #530E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530E04

Black with #530E04

Text Example


Text Example

White with #530E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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