Html Css Color HEX #530C04 Red Oxide

📋 copy color: '#530C04'

red 83 ◦ green 12 ◦ blue 4

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

Shades of Red Oxide #530C04

Tints of Red Oxide #530C04

RGB

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

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

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

R = 83.84%
G = 12.12%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#530C04 (or 0x530C04) is known color: Red Oxide. HEX triplet: 53, 0C and 04. RGB value is (83,12,4). Sum of RGB (Red+Green+Blue) = 83+12+4=99 (13% of max value = 765). Red value is 83 (32.81% from 255 or 83.84% from 99); Green value is 12 (5.08% from 255 or 12.12% from 99); Blue value is 4 (1.95% from 255 or 4.04% from 99); Max value from RGB is 83 - color contains mainly: red. Hex color #530C04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530C04 is #ACF3FB. Grayscale: #202020. Windows color (decimal): -11334652 or 265299. OLE color: 265299.

HSL color Cylindrical-coordinate representation of color #530C04: hue angle of 6.08º 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 #530C04 is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 12 4 -
CMYK 0 0.86 0.95 0.67
HSL 6.08º 0.91% 0.17% -
HSV(B) 6.08º 0.95% 0.33% -
XYZ 3.72 2.11 0.33 -
YUV 32.32 112.02 164.15 -
System Red Green Blue C M Y K H S L
Decimal 83 12 4 0 0.86 0.95 0.67 6.08 0.91 0.17
Hex 53 C 4 0 56 5F 43 6 5B 11
Octal 123 14 4 0 126 137 103 6 133 21
Binary 1010011 1100 100 0 1010110 1011111 1000011 110 1011011 10001

Color Harmonies of #530C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530C04

Black with #530C04

Text Example


Text Example

White with #530C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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