Html Css Color HEX #37030E Rustic Red

📋 copy color: '#37030E'

red 55 ◦ green 3 ◦ blue 14

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

Shades of Rustic Red #37030E

Tints of Rustic Red #37030E

RGB

 RED value IS 55 (21.88% from 255) = 76.39%

 GREEN value IS 3 (1.56% from 255) = 4.17%

 BLUE value IS 14 (5.86% from 255) = 19.44%

R = 76.39%
G = 4.17%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#37030E (or 0x37030E) is known color: Rustic Red. HEX triplet: 37, 03 and 0E. RGB value is (55,3,14). Sum of RGB (Red+Green+Blue) = 55+3+14=72 (9% of max value = 765). Red value is 55 (21.88% from 255 or 76.39% from 72); Green value is 3 (1.56% from 255 or 4.17% from 72); Blue value is 14 (5.86% from 255 or 19.44% from 72); Max value from RGB is 55 - color contains mainly: red. Hex color #37030E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37030E is #C8FCF1. Grayscale: #131313. Windows color (decimal): -13171954 or 918327. OLE color: 918327.

HSL color Cylindrical-coordinate representation of color #37030E: hue angle of 347.31º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #37030E is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 3 14 -
CMYK 0 0.95 0.75 0.78
HSL 347.31º 0.9% 0.11% -
HSV(B) 347.31º 0.95% 0.22% -
XYZ 1.69 0.91 0.5 -
YUV 19.8 124.73 153.11 -
System Red Green Blue C M Y K H S L
Decimal 55 3 14 0 0.95 0.75 0.78 347.31 0.9 0.11
Hex 37 3 E 0 5F 4B 4E 15B 5A B
Octal 67 3 16 0 137 113 116 533 132 13
Binary 110111 11 1110 0 1011111 1001011 1001110 101011011 1011010 1011

Color Harmonies of #37030E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37030E

Black with #37030E

Text Example


Text Example

White with #37030E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37030E; }

 p { color: rgb(55,3,14); }

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

background-color css

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

 a { background-color: rgb(55,3,14); }

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

border-color css

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

 span { border-color: rgb(55,3,14); }

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