#38030B

Color #38030B Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #38030B

Tints of Rustic Red #38030B

Color information

#38030B (or 0x38030B) is unknown color: approx Rustic Red. HEX triplet: 38, 03 and 0B. RGB value is (56,3,11). Sum of RGB (Red+Green+Blue) = 56+3+11=70 (9% of max value = 765). Red value is 56 (22.27% from 255 or 80% from 70); Green value is 3 (1.56% from 255 or 4.29% from 70); Blue value is 11 (4.69% from 255 or 15.71% from 70); Max value from RGB is 56 - color contains mainly: red. Hex color #38030B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38030B is #C7FCF4. Grayscale: #131313. Windows color (decimal): -13106421 or 721720. OLE color: 721720.

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

Color convert

RGB56311-
CMYK00.950.800.78
HSL350.94º89.83%11.57%-
HSV(B)350.94º94.64%21.96%-
XYZ1.720.930.41-
YUV19.76123.06153.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 80%
GREEN value IS 3 (1.56% from 255) = 4.29%
BLUE value IS 11 (4.69% from 255) = 15.71%
R=80%
G=4.29%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.80
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5631100.950.800.78350.9489.8311.57
Hex383B05F504E15f5ac
Octal70313013712011653713214
Binary111000111011010111111010000100111010101111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38030B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,3,11); }

 H1.HeaderClassName
 {
   color: #38030B;
 }
 .AnyTagClassName
 {
   color: #38030B;
 }
</style>
background-color css

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

 a { background-color: rgb(56,3,11); }

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

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

 span { border-color: rgb(56,3,11); }

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