Html Css Color HEX #430F18 Rustic Red

📋 copy color: '#430F18'

red 67 ◦ green 15 ◦ blue 24

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

Shades of Rustic Red #430F18

Tints of Rustic Red #430F18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 22.64%

R = 63.21%
G = 14.15%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.74

RGB Variations

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

Color information

#430F18 (or 0x430F18) is known color: Rustic Red. HEX triplet: 43, 0F and 18. RGB value is (67,15,24). Sum of RGB (Red+Green+Blue) = 67+15+24=106 (14% of max value = 765). Red value is 67 (26.56% from 255 or 63.21% from 106); Green value is 15 (6.25% from 255 or 14.15% from 106); Blue value is 24 (9.77% from 255 or 22.64% from 106); Max value from RGB is 67 - color contains mainly: red. Hex color #430F18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430F18 is #BCF0E7. Grayscale: #1F1F1F. Windows color (decimal): -12382440 or 1576771. OLE color: 1576771.

HSL color Cylindrical-coordinate representation of color #430F18: hue angle of 349.62º 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 #430F18 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 15 24 -
CMYK 0 0.78 0.64 0.74
HSL 349.62º 0.63% 0.16% -
HSV(B) 349.62º 0.78% 0.26% -
XYZ 2.65 1.6 1.03 -
YUV 31.57 123.73 153.27 -
System Red Green Blue C M Y K H S L
Decimal 67 15 24 0 0.78 0.64 0.74 349.62 0.63 0.16
Hex 43 F 18 0 4E 40 4A 15E 3F 10
Octal 103 17 30 0 116 100 112 536 77 20
Binary 1000011 1111 11000 0 1001110 1000000 1001010 101011110 111111 10000

Color Harmonies of #430F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430F18

Black with #430F18

Text Example


Text Example

White with #430F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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