Html Css Color HEX #530C08 Red Oxide

📋 copy color: '#530C08'

red 83 ◦ green 12 ◦ blue 8

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

Shades of Red Oxide #530C08

Tints of Red Oxide #530C08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 7.77%

R = 80.58%
G = 11.65%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#530C08 (or 0x530C08) is known color: Red Oxide. HEX triplet: 53, 0C and 08. RGB value is (83,12,8). Sum of RGB (Red+Green+Blue) = 83+12+8=103 (13% of max value = 765). Red value is 83 (32.81% from 255 or 80.58% from 103); Green value is 12 (5.08% from 255 or 11.65% from 103); Blue value is 8 (3.52% from 255 or 7.77% from 103); Max value from RGB is 83 - color contains mainly: red. Hex color #530C08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530C08 is #ACF3F7. Grayscale: #202020. Windows color (decimal): -11334648 or 527443. OLE color: 527443.

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

Color convert

RGB 83 12 8 -
CMYK 0 0.86 0.90 0.67
HSL 3.2º 0.82% 0.18% -
HSV(B) 3.2º 0.9% 0.33% -
XYZ 3.74 2.12 0.44 -
YUV 32.77 114.02 163.83 -
System Red Green Blue C M Y K H S L
Decimal 83 12 8 0 0.86 0.90 0.67 3.2 0.82 0.18
Hex 53 C 8 0 56 5A 43 3 52 12
Octal 123 14 10 0 126 132 103 3 122 22
Binary 1010011 1100 1000 0 1010110 1011010 1000011 11 1010010 10010

Color Harmonies of #530C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530C08

Black with #530C08

Text Example


Text Example

White with #530C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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