Html Css Color HEX #4B182A Castro

📋 copy color: '#4B182A'

red 75 ◦ green 24 ◦ blue 42

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

Shades of Castro #4B182A

Tints of Castro #4B182A

RGB

 RED value IS 75 (29.69% from 255) = 53.19%

 GREEN value IS 24 (9.77% from 255) = 17.02%

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

R = 53.19%
G = 17.02%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.71

RGB Variations

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

Color information

#4B182A (or 0x4B182A) is known color: Castro. HEX triplet: 4B, 18 and 2A. RGB value is (75,24,42). Sum of RGB (Red+Green+Blue) = 75+24+42=141 (18% of max value = 765). Red value is 75 (29.69% from 255 or 53.19% from 141); Green value is 24 (9.77% from 255 or 17.02% from 141); Blue value is 42 (16.80% from 255 or 29.79% from 141); Max value from RGB is 75 - color contains mainly: red. Hex color #4B182A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B182A is #B4E7D5. Grayscale: #292929. Windows color (decimal): -11855830 or 2758731. OLE color: 2758731.

HSL color Cylindrical-coordinate representation of color #4B182A: hue angle of 338.82º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B182A is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 24 42 -
CMYK 0 0.68 0.44 0.71
HSL 338.82º 0.52% 0.19% -
HSV(B) 338.82º 0.68% 0.29% -
XYZ 3.65 2.32 2.45 -
YUV 41.3 128.4 152.04 -
System Red Green Blue C M Y K H S L
Decimal 75 24 42 0 0.68 0.44 0.71 338.82 0.52 0.19
Hex 4B 18 2A 0 44 2C 47 153 34 13
Octal 113 30 52 0 104 54 107 523 64 23
Binary 1001011 11000 101010 0 1000100 101100 1000111 101010011 110100 10011

Color Harmonies of #4B182A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B182A

Black with #4B182A

Text Example


Text Example

White with #4B182A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,24,42); }

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

background-color css

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

 a { background-color: rgb(75,24,42); }

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

border-color css

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

 span { border-color: rgb(75,24,42); }

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