Html Css Color HEX #42121B Rustic Red

📋 copy color: '#42121B'

red 66 ◦ green 18 ◦ blue 27

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

Shades of Rustic Red #42121B

Tints of Rustic Red #42121B

RGB

 RED value IS 66 (26.17% from 255) = 59.46%

 GREEN value IS 18 (7.42% from 255) = 16.22%

 BLUE value IS 27 (10.94% from 255) = 24.32%

R = 59.46%
G = 16.22%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.59

 K value IS 0.74

RGB Variations

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

Color information

#42121B (or 0x42121B) is known color: Rustic Red. HEX triplet: 42, 12 and 1B. RGB value is (66,18,27). Sum of RGB (Red+Green+Blue) = 66+18+27=111 (14% of max value = 765). Red value is 66 (26.17% from 255 or 59.46% from 111); Green value is 18 (7.42% from 255 or 16.22% from 111); Blue value is 27 (10.94% from 255 or 24.32% from 111); Max value from RGB is 66 - color contains mainly: red. Hex color #42121B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42121B is #BDEDE4. Grayscale: #212121. Windows color (decimal): -12447205 or 1774146. OLE color: 1774146.

HSL color Cylindrical-coordinate representation of color #42121B: hue angle of 348.75º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42121B is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 18 27 -
CMYK 0 0.73 0.59 0.74
HSL 348.75º 0.57% 0.16% -
HSV(B) 348.75º 0.73% 0.26% -
XYZ 2.66 1.67 1.22 -
YUV 33.38 124.4 151.27 -
System Red Green Blue C M Y K H S L
Decimal 66 18 27 0 0.73 0.59 0.74 348.75 0.57 0.16
Hex 42 12 1B 0 49 3B 4A 15D 39 10
Octal 102 22 33 0 111 73 112 535 71 20
Binary 1000010 10010 11011 0 1001001 111011 1001010 101011101 111001 10000

Color Harmonies of #42121B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42121B

Black with #42121B

Text Example


Text Example

White with #42121B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42121B; }

 p { color: rgb(66,18,27); }

 H1.HeaderClassName
 {
   color: #42121B;
 }
 .AnyTagClassName
 {
   color: #42121B;
 }
</style>

background-color css

<style>
 a { background-color: #42121B; }

 a { background-color: rgb(66,18,27); }

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

border-color css

<style>
 span { border-color: #42121B; }

 span { border-color: rgb(66,18,27); }

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