Html Css Color HEX #370308 Rustic Red

📋 copy color: '#370308'

red 55 ◦ green 3 ◦ blue 8

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

Shades of Rustic Red #370308

Tints of Rustic Red #370308

RGB

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

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

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

R = 83.33%
G = 4.55%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.85

 K value IS 0.78

RGB Variations

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

Color information

#370308 (or 0x370308) is known color: Rustic Red. HEX triplet: 37, 03 and 08. RGB value is (55,3,8). Sum of RGB (Red+Green+Blue) = 55+3+8=66 (8% of max value = 765). Red value is 55 (21.88% from 255 or 83.33% from 66); Green value is 3 (1.56% from 255 or 4.55% from 66); Blue value is 8 (3.52% from 255 or 12.12% from 66); Max value from RGB is 55 - color contains mainly: red. Hex color #370308 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370308 is #C8FCF7. Grayscale: #131313. Windows color (decimal): -13171960 or 525111. OLE color: 525111.

HSL color Cylindrical-coordinate representation of color #370308: hue angle of 354.23º 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 #370308 is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 3 8 -
CMYK 0 0.95 0.85 0.78
HSL 354.23º 0.9% 0.11% -
HSV(B) 354.23º 0.95% 0.22% -
XYZ 1.65 0.89 0.32 -
YUV 19.12 121.73 153.59 -
System Red Green Blue C M Y K H S L
Decimal 55 3 8 0 0.95 0.85 0.78 354.23 0.9 0.11
Hex 37 3 8 0 5F 55 4E 162 5A B
Octal 67 3 10 0 137 125 116 542 132 13
Binary 110111 11 1000 0 1011111 1010101 1001110 101100010 1011010 1011

Color Harmonies of #370308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370308

Black with #370308

Text Example


Text Example

White with #370308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370308; }

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

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

background-color css

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

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

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

border-color css

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

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

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