Html Css Color HEX #530C09 Red Oxide

📋 copy color: '#530C09'

red 83 ◦ green 12 ◦ blue 9

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

Shades of Red Oxide #530C09

Tints of Red Oxide #530C09

RGB

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

 GREEN value IS 12 (5.08% from 255) = 11.54%

 BLUE value IS 9 (3.91% from 255) = 8.65%

R = 79.81%
G = 11.54%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#530C09 (or 0x530C09) is known color: Red Oxide. HEX triplet: 53, 0C and 09. RGB value is (83,12,9). Sum of RGB (Red+Green+Blue) = 83+12+9=104 (13% of max value = 765). Red value is 83 (32.81% from 255 or 79.81% from 104); Green value is 12 (5.08% from 255 or 11.54% from 104); Blue value is 9 (3.91% from 255 or 8.65% from 104); Max value from RGB is 83 - color contains mainly: red. Hex color #530C09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530C09 is #ACF3F6. Grayscale: #202020. Windows color (decimal): -11334647 or 592979. OLE color: 592979.

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

Color convert

RGB 83 12 9 -
CMYK 0 0.86 0.89 0.67
HSL 2.43º 0.8% 0.18% -
HSV(B) 2.43º 0.89% 0.33% -
XYZ 3.75 2.12 0.47 -
YUV 32.89 114.52 163.74 -
System Red Green Blue C M Y K H S L
Decimal 83 12 9 0 0.86 0.89 0.67 2.43 0.8 0.18
Hex 53 C 9 0 56 59 43 2 50 12
Octal 123 14 11 0 126 131 103 2 120 22
Binary 1010011 1100 1001 0 1010110 1011001 1000011 10 1010000 10010

Color Harmonies of #530C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530C09

Black with #530C09

Text Example


Text Example

White with #530C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,12,9); }

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

background-color css

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

 a { background-color: rgb(83,12,9); }

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

border-color css

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

 span { border-color: rgb(83,12,9); }

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