Html Css Color HEX #4C242A Bulgarian Rose

📋 copy color: '#4C242A'

red 76 ◦ green 36 ◦ blue 42

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

Shades of Bulgarian Rose #4C242A

Tints of Bulgarian Rose #4C242A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 23.38%

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

R = 49.35%
G = 23.38%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.70

RGB Variations

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

Color information

#4C242A (or 0x4C242A) is known color: Bulgarian Rose. HEX triplet: 4C, 24 and 2A. RGB value is (76,36,42). Sum of RGB (Red+Green+Blue) = 76+36+42=154 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.35% from 154); Green value is 36 (14.45% from 255 or 23.38% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 76 - color contains mainly: red. Hex color #4C242A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C242A is #B3DBD5. Grayscale: #303030. Windows color (decimal): -11787222 or 2761804. OLE color: 2761804.

HSL color Cylindrical-coordinate representation of color #4C242A: hue angle of 351º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4C242A is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 36 42 -
CMYK 0 0.53 0.45 0.70
HSL 351º 0.36% 0.22% -
HSV(B) 351º 0.53% 0.3% -
XYZ 4.03 2.97 2.55 -
YUV 48.64 124.25 147.51 -
System Red Green Blue C M Y K H S L
Decimal 76 36 42 0 0.53 0.45 0.70 351 0.36 0.22
Hex 4C 24 2A 0 35 2D 46 15F 24 16
Octal 114 44 52 0 65 55 106 537 44 26
Binary 1001100 100100 101010 0 110101 101101 1000110 101011111 100100 10110

Color Harmonies of #4C242A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C242A

Black with #4C242A

Text Example


Text Example

White with #4C242A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,36,42); }

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

background-color css

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

 a { background-color: rgb(76,36,42); }

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

border-color css

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

 span { border-color: rgb(76,36,42); }

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