Html Css Color HEX #530A07 Red Oxide

📋 copy color: '#530A07'

red 83 ◦ green 10 ◦ blue 7

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

Shades of Red Oxide #530A07

Tints of Red Oxide #530A07

RGB

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

 GREEN value IS 10 (4.3% from 255) = 10%

 BLUE value IS 7 (3.13% from 255) = 7%

R = 83%
G = 10%
B = 7%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#530A07 (or 0x530A07) is known color: Red Oxide. HEX triplet: 53, 0A and 07. RGB value is (83,10,7). Sum of RGB (Red+Green+Blue) = 83+10+7=100 (13% of max value = 765). Red value is 83 (32.81% from 255 or 83% from 100); Green value is 10 (4.30% from 255 or 10% from 100); Blue value is 7 (3.12% from 255 or 7% from 100); Max value from RGB is 83 - color contains mainly: red. Hex color #530A07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530A07 is #ACF5F8. Grayscale: #1F1F1F. Windows color (decimal): -11335161 or 461395. OLE color: 461395.

HSL color Cylindrical-coordinate representation of color #530A07: hue angle of 2.37º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #530A07 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 10 7 -
CMYK 0 0.88 0.92 0.67
HSL 2.37º 0.84% 0.18% -
HSV(B) 2.37º 0.92% 0.33% -
XYZ 3.71 2.07 0.41 -
YUV 31.49 114.18 164.74 -
System Red Green Blue C M Y K H S L
Decimal 83 10 7 0 0.88 0.92 0.67 2.37 0.84 0.18
Hex 53 A 7 0 58 5C 43 2 54 12
Octal 123 12 7 0 130 134 103 2 124 22
Binary 1010011 1010 111 0 1011000 1011100 1000011 10 1010100 10010

Color Harmonies of #530A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530A07

Black with #530A07

Text Example


Text Example

White with #530A07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,10,7); }

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

background-color css

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

 a { background-color: rgb(83,10,7); }

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

border-color css

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

 span { border-color: rgb(83,10,7); }

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