#380308

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

Shades of Rustic Red #380308

Tints of Rustic Red #380308

Color information

#380308 (or 0x380308) is unknown color: approx Rustic Red. HEX triplet: 38, 03 and 08. RGB value is (56,3,8). Sum of RGB (Red+Green+Blue) = 56+3+8=67 (8% of max value = 765). Red value is 56 (22.27% from 255 or 83.58% from 67); Green value is 3 (1.56% from 255 or 4.48% from 67); Blue value is 8 (3.52% from 255 or 11.94% from 67); Max value from RGB is 56 - color contains mainly: red. Hex color #380308 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380308 is #C7FCF7. Grayscale: #131313. Windows color (decimal): -13106424 or 525112. OLE color: 525112.

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

Color convert

RGB5638-
CMYK00.950.860.78
HSL354.34º89.83%11.57%-
HSV(B)354.34º94.64%21.96%-
XYZ1.710.920.32-
YUV19.42121.56154.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 83.58%
GREEN value IS 3 (1.56% from 255) = 4.48%
BLUE value IS 8 (3.52% from 255) = 11.94%
R=83.58%
G=4.48%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal563800.950.860.78354.3489.8311.57
Hex383805F564E1625ac
Octal70310013712611654213214
Binary111000111000010111111010110100111010110001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380308; }

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

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

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

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

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

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

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

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