Html Css Color HEX #4C1A2B Castro

📋 copy color: '#4C1A2B'

red 76 ◦ green 26 ◦ blue 43

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

Shades of Castro #4C1A2B

Tints of Castro #4C1A2B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.93%

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

R = 52.41%
G = 17.93%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.70

RGB Variations

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

Color information

#4C1A2B (or 0x4C1A2B) is known color: Castro. HEX triplet: 4C, 1A and 2B. RGB value is (76,26,43). Sum of RGB (Red+Green+Blue) = 76+26+43=145 (19% of max value = 765). Red value is 76 (30.08% from 255 or 52.41% from 145); Green value is 26 (10.55% from 255 or 17.93% from 145); Blue value is 43 (17.19% from 255 or 29.66% from 145); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C1A2B is #B3E5D4. Grayscale: #2A2A2A. Windows color (decimal): -11789781 or 2824780. OLE color: 2824780.

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

Color convert

RGB 76 26 43 -
CMYK 0 0.66 0.43 0.70
HSL 339.6º 0.49% 0.2% -
HSV(B) 339.6º 0.66% 0.3% -
XYZ 3.79 2.45 2.56 -
YUV 42.89 128.07 151.62 -
System Red Green Blue C M Y K H S L
Decimal 76 26 43 0 0.66 0.43 0.70 339.6 0.49 0.2
Hex 4C 1A 2B 0 42 2B 46 154 31 14
Octal 114 32 53 0 102 53 106 524 61 24
Binary 1001100 11010 101011 0 1000010 101011 1000110 101010100 110001 10100

Color Harmonies of #4C1A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1A2B

Black with #4C1A2B

Text Example


Text Example

White with #4C1A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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