Html Css Color HEX #4C162B Castro

📋 copy color: '#4C162B'

red 76 ◦ green 22 ◦ blue 43

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

Shades of Castro #4C162B

Tints of Castro #4C162B

RGB

 RED value IS 76 (30.08% from 255) = 53.9%

 GREEN value IS 22 (8.98% from 255) = 15.6%

 BLUE value IS 43 (17.19% from 255) = 30.5%

R = 53.9%
G = 15.6%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.43

 K value IS 0.70

RGB Variations

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

Color information

#4C162B (or 0x4C162B) is known color: Castro. HEX triplet: 4C, 16 and 2B. RGB value is (76,22,43). Sum of RGB (Red+Green+Blue) = 76+22+43=141 (18% of max value = 765). Red value is 76 (30.08% from 255 or 53.90% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 43 (17.19% from 255 or 30.50% from 141); Max value from RGB is 76 - color contains mainly: red. Hex color #4C162B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C162B is #B3E9D4. Grayscale: #282828. Windows color (decimal): -11790805 or 2823756. OLE color: 2823756.

HSL color Cylindrical-coordinate representation of color #4C162B: hue angle of 336.67º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4C162B is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 22 43 -
CMYK 0 0.71 0.43 0.70
HSL 336.67º 0.55% 0.19% -
HSV(B) 336.67º 0.71% 0.3% -
XYZ 3.7 2.28 2.53 -
YUV 40.54 129.39 153.29 -
System Red Green Blue C M Y K H S L
Decimal 76 22 43 0 0.71 0.43 0.70 336.67 0.55 0.19
Hex 4C 16 2B 0 47 2B 46 151 37 13
Octal 114 26 53 0 107 53 106 521 67 23
Binary 1001100 10110 101011 0 1000111 101011 1000110 101010001 110111 10011

Color Harmonies of #4C162B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C162B

Black with #4C162B

Text Example


Text Example

White with #4C162B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C162B; }

 p { color: rgb(76,22,43); }

 H1.HeaderClassName
 {
   color: #4C162B;
 }
 .AnyTagClassName
 {
   color: #4C162B;
 }
</style>

background-color css

<style>
 a { background-color: #4C162B; }

 a { background-color: rgb(76,22,43); }

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

border-color css

<style>
 span { border-color: #4C162B; }

 span { border-color: rgb(76,22,43); }

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