Html Css Color HEX #37000B Rustic Red

📋 copy color: '#37000B'

red 55 ◦ green 0 ◦ blue 11

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

Shades of Rustic Red #37000B

Tints of Rustic Red #37000B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 11 (4.69% from 255) = 16.67%

R = 83.33%
G = 0%
B = 16.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.8

 K value IS 0.78

RGB Variations

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

Color information

#37000B (or 0x37000B) is known color: Rustic Red. HEX triplet: 37, 00 and 0B. RGB value is (55,0,11). Sum of RGB (Red+Green+Blue) = 55+0+11=66 (8% of max value = 765). Red value is 55 (21.88% from 255 or 83.33% from 66); Green value is 0 (0.39% from 255 or 0% from 66); Blue value is 11 (4.69% from 255 or 16.67% from 66); Max value from RGB is 55 - color contains mainly: red. Hex color #37000B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37000B is #C8FFF4. Grayscale: #111111. Windows color (decimal): -13172725 or 720951. OLE color: 720951.

HSL color Cylindrical-coordinate representation of color #37000B: hue angle of 348º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #37000B is Cyan = 0, Magento = 1, Yellow = 0.8 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 0 11 -
CMYK 0 1 0.8 0.78
HSL 348º 1% 0.11% -
HSV(B) 348º 1% 0.22% -
XYZ 1.64 0.84 0.39 -
YUV 17.7 124.22 154.61 -
System Red Green Blue C M Y K H S L
Decimal 55 0 11 0 1 0.8 0.78 348 1 0.11
Hex 37 0 B 0 64 50 4E 15C 64 B
Octal 67 0 13 0 144 120 116 534 144 13
Binary 110111 0 1011 0 1100100 1010000 1001110 101011100 1100100 1011

Color Harmonies of #37000B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37000B

Black with #37000B

Text Example


Text Example

White with #37000B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37000B; }

 p { color: rgb(55,0,11); }

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

background-color css

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

 a { background-color: rgb(55,0,11); }

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

border-color css

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

 span { border-color: rgb(55,0,11); }

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