Html Css Color HEX #38030B Rustic Red

📋 copy color: '#38030B'

red 56 ◦ green 3 ◦ blue 11

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

Shades of Rustic Red #38030B

Tints of Rustic Red #38030B

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 value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.78

RGB Variations

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

Color information

#38030B (or 0x38030B) is known color: 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

RGB 56 3 11 -
CMYK 0 0.95 0.80 0.78
HSL 350.94º 0.9% 0.12% -
HSV(B) 350.94º 0.95% 0.22% -
XYZ 1.72 0.93 0.41 -
YUV 19.76 123.06 153.85 -
System Red Green Blue C M Y K H S L
Decimal 56 3 11 0 0.95 0.80 0.78 350.94 0.9 0.12
Hex 38 3 B 0 5F 50 4E 15F 5A C
Octal 70 3 13 0 137 120 116 537 132 14
Binary 111000 11 1011 0 1011111 1010000 1001110 101011111 1011010 1100

Color Harmonies of #38030B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38030B

Black with #38030B

Text Example


Text Example

White with #38030B

Text Example


Text Example

HTML Codes & Css Web 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>