Html Css Color HEX #42202A Castro

📋 copy color: '#42202A'

red 66 ◦ green 32 ◦ blue 42

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

Shades of Castro #42202A

Tints of Castro #42202A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 22.86%

 BLUE value IS 42 (16.8% from 255) = 30%

R = 47.14%
G = 22.86%
B = 30%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.36

 K value IS 0.74

RGB Variations

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

Color information

#42202A (or 0x42202A) is known color: Castro. HEX triplet: 42, 20 and 2A. RGB value is (66,32,42). Sum of RGB (Red+Green+Blue) = 66+32+42=140 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.14% from 140); Green value is 32 (12.89% from 255 or 22.86% from 140); Blue value is 42 (16.80% from 255 or 30% from 140); Max value from RGB is 66 - color contains mainly: red. Hex color #42202A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42202A is #BDDFD5. Grayscale: #2B2B2B. Windows color (decimal): -12443606 or 2760770. OLE color: 2760770.

HSL color Cylindrical-coordinate representation of color #42202A: hue angle of 342.35º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #42202A is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 32 42 -
CMYK 0 0.52 0.36 0.74
HSL 342.35º 0.35% 0.19% -
HSV(B) 342.35º 0.52% 0.26% -
XYZ 3.18 2.36 2.48 -
YUV 43.31 127.26 144.19 -
System Red Green Blue C M Y K H S L
Decimal 66 32 42 0 0.52 0.36 0.74 342.35 0.35 0.19
Hex 42 20 2A 0 34 24 4A 156 23 13
Octal 102 40 52 0 64 44 112 526 43 23
Binary 1000010 100000 101010 0 110100 100100 1001010 101010110 100011 10011

Color Harmonies of #42202A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42202A

Black with #42202A

Text Example


Text Example

White with #42202A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42202A; }

 p { color: rgb(66,32,42); }

 H1.HeaderClassName
 {
   color: #42202A;
 }
 .AnyTagClassName
 {
   color: #42202A;
 }
</style>

background-color css

<style>
 a { background-color: #42202A; }

 a { background-color: rgb(66,32,42); }

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

border-color css

<style>
 span { border-color: #42202A; }

 span { border-color: rgb(66,32,42); }

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