Html Css Color HEX #430B16 Rustic Red

📋 copy color: '#430B16'

red 67 ◦ green 11 ◦ blue 22

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

Shades of Rustic Red #430B16

Tints of Rustic Red #430B16

RGB

 RED value IS 67 (26.56% from 255) = 67%

 GREEN value IS 11 (4.69% from 255) = 11%

 BLUE value IS 22 (8.98% from 255) = 22%

R = 67%
G = 11%
B = 22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.74

RGB Variations

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

Color information

#430B16 (or 0x430B16) is known color: Rustic Red. HEX triplet: 43, 0B and 16. RGB value is (67,11,22). Sum of RGB (Red+Green+Blue) = 67+11+22=100 (13% of max value = 765). Red value is 67 (26.56% from 255 or 67% from 100); Green value is 11 (4.69% from 255 or 11% from 100); Blue value is 22 (8.98% from 255 or 22% from 100); Max value from RGB is 67 - color contains mainly: red. Hex color #430B16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430B16 is #BCF4E9. Grayscale: #1D1D1D. Windows color (decimal): -12383466 or 1444675. OLE color: 1444675.

HSL color Cylindrical-coordinate representation of color #430B16: hue angle of 348.21º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #430B16 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 11 22 -
CMYK 0 0.84 0.67 0.74
HSL 348.21º 0.72% 0.15% -
HSV(B) 348.21º 0.84% 0.26% -
XYZ 2.58 1.49 0.91 -
YUV 29 124.05 155.11 -
System Red Green Blue C M Y K H S L
Decimal 67 11 22 0 0.84 0.67 0.74 348.21 0.72 0.15
Hex 43 B 16 0 54 43 4A 15C 48 F
Octal 103 13 26 0 124 103 112 534 110 17
Binary 1000011 1011 10110 0 1010100 1000011 1001010 101011100 1001000 1111

Color Harmonies of #430B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430B16

Black with #430B16

Text Example


Text Example

White with #430B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430B16; }

 p { color: rgb(67,11,22); }

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

background-color css

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

 a { background-color: rgb(67,11,22); }

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

border-color css

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

 span { border-color: rgb(67,11,22); }

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