Html Css Color HEX #530702 Red Oxide

📋 copy color: '#530702'

red 83 ◦ green 7 ◦ blue 2

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

Shades of Red Oxide #530702

Tints of Red Oxide #530702

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.61%

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

R = 90.22%
G = 7.61%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#530702 (or 0x530702) is known color: Red Oxide. HEX triplet: 53, 07 and 02. RGB value is (83,7,2). Sum of RGB (Red+Green+Blue) = 83+7+2=92 (12% of max value = 765). Red value is 83 (32.81% from 255 or 90.22% from 92); Green value is 7 (3.12% from 255 or 7.61% from 92); Blue value is 2 (1.17% from 255 or 2.17% from 92); Max value from RGB is 83 - color contains mainly: red. Hex color #530702 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530702 is #ACF8FD. Grayscale: #1D1D1D. Windows color (decimal): -11335934 or 132947. OLE color: 132947.

HSL color Cylindrical-coordinate representation of color #530702: hue angle of 3.7º 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 #530702 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 7 2 -
CMYK 0 0.92 0.98 0.67
HSL 3.7º 0.95% 0.17% -
HSV(B) 3.7º 0.98% 0.33% -
XYZ 3.65 2 0.25 -
YUV 29.15 112.68 166.41 -
System Red Green Blue C M Y K H S L
Decimal 83 7 2 0 0.92 0.98 0.67 3.7 0.95 0.17
Hex 53 7 2 0 5C 62 43 4 5F 11
Octal 123 7 2 0 134 142 103 4 137 21
Binary 1010011 111 10 0 1011100 1100010 1000011 100 1011111 10001

Color Harmonies of #530702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530702

Black with #530702

Text Example


Text Example

White with #530702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530702; }

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

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

background-color css

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

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

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

border-color css

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

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

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