Html Css Color HEX #430F10 Rustic Red

📋 copy color: '#430F10'

red 67 ◦ green 15 ◦ blue 16

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

Shades of Rustic Red #430F10

Tints of Rustic Red #430F10

RGB

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

 GREEN value IS 15 (6.25% from 255) = 15.31%

 BLUE value IS 16 (6.64% from 255) = 16.33%

R = 68.37%
G = 15.31%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.74

RGB Variations

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

Color information

#430F10 (or 0x430F10) is known color: Rustic Red. HEX triplet: 43, 0F and 10. RGB value is (67,15,16). Sum of RGB (Red+Green+Blue) = 67+15+16=98 (12% of max value = 765). Red value is 67 (26.56% from 255 or 68.37% from 98); Green value is 15 (6.25% from 255 or 15.31% from 98); Blue value is 16 (6.64% from 255 or 16.33% from 98); Max value from RGB is 67 - color contains mainly: red. Hex color #430F10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430F10 is #BCF0EF. Grayscale: #1E1E1E. Windows color (decimal): -12382448 or 1052483. OLE color: 1052483.

HSL color Cylindrical-coordinate representation of color #430F10: hue angle of 358.85º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #430F10 is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 15 16 -
CMYK 0 0.78 0.76 0.74
HSL 358.85º 0.63% 0.16% -
HSV(B) 358.85º 0.78% 0.26% -
XYZ 2.58 1.57 0.66 -
YUV 30.66 119.73 153.92 -
System Red Green Blue C M Y K H S L
Decimal 67 15 16 0 0.78 0.76 0.74 358.85 0.63 0.16
Hex 43 F 10 0 4E 4C 4A 167 3F 10
Octal 103 17 20 0 116 114 112 547 77 20
Binary 1000011 1111 10000 0 1001110 1001100 1001010 101100111 111111 10000

Color Harmonies of #430F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430F10

Black with #430F10

Text Example


Text Example

White with #430F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,15,16); }

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

background-color css

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

 a { background-color: rgb(67,15,16); }

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

border-color css

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

 span { border-color: rgb(67,15,16); }

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