Html Css Color HEX #530C02 Red Oxide

📋 copy color: '#530C02'

red 83 ◦ green 12 ◦ blue 2

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

Shades of Red Oxide #530C02

Tints of Red Oxide #530C02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.06%

R = 85.57%
G = 12.37%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#530C02 (or 0x530C02) is known color: Red Oxide. HEX triplet: 53, 0C and 02. RGB value is (83,12,2). Sum of RGB (Red+Green+Blue) = 83+12+2=97 (12% of max value = 765). Red value is 83 (32.81% from 255 or 85.57% from 97); Green value is 12 (5.08% from 255 or 12.37% from 97); Blue value is 2 (1.17% from 255 or 2.06% from 97); Max value from RGB is 83 - color contains mainly: red. Hex color #530C02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530C02 is #ACF3FD. Grayscale: #202020. Windows color (decimal): -11334654 or 134227. OLE color: 134227.

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

Color convert

RGB 83 12 2 -
CMYK 0 0.86 0.98 0.67
HSL 7.41º 0.95% 0.17% -
HSV(B) 7.41º 0.98% 0.33% -
XYZ 3.71 2.11 0.27 -
YUV 32.09 111.02 164.31 -
System Red Green Blue C M Y K H S L
Decimal 83 12 2 0 0.86 0.98 0.67 7.41 0.95 0.17
Hex 53 C 2 0 56 62 43 7 5F 11
Octal 123 14 2 0 126 142 103 7 137 21
Binary 1010011 1100 10 0 1010110 1100010 1000011 111 1011111 10001

Color Harmonies of #530C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530C02

Black with #530C02

Text Example


Text Example

White with #530C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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