Html Css Color HEX #430B0D Rustic Red

📋 copy color: '#430B0D'

red 67 ◦ green 11 ◦ blue 13

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

Shades of Rustic Red #430B0D

Tints of Rustic Red #430B0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 14.29%

R = 73.63%
G = 12.09%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.74

RGB Variations

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

Color information

#430B0D (or 0x430B0D) is known color: Rustic Red. HEX triplet: 43, 0B and 0D. RGB value is (67,11,13). Sum of RGB (Red+Green+Blue) = 67+11+13=91 (12% of max value = 765). Red value is 67 (26.56% from 255 or 73.63% from 91); Green value is 11 (4.69% from 255 or 12.09% from 91); Blue value is 13 (5.47% from 255 or 14.29% from 91); Max value from RGB is 67 - color contains mainly: red. Hex color #430B0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430B0D is #BCF4F2. Grayscale: #1C1C1C. Windows color (decimal): -12383475 or 854851. OLE color: 854851.

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

Color convert

RGB 67 11 13 -
CMYK 0 0.84 0.81 0.74
HSL 357.86º 0.72% 0.15% -
HSV(B) 357.86º 0.84% 0.26% -
XYZ 2.51 1.46 0.53 -
YUV 27.97 119.55 155.84 -
System Red Green Blue C M Y K H S L
Decimal 67 11 13 0 0.84 0.81 0.74 357.86 0.72 0.15
Hex 43 B D 0 54 51 4A 166 48 F
Octal 103 13 15 0 124 121 112 546 110 17
Binary 1000011 1011 1101 0 1010100 1010001 1001010 101100110 1001000 1111

Color Harmonies of #430B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430B0D

Black with #430B0D

Text Example


Text Example

White with #430B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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