Html Css Color HEX #4C242B Bulgarian Rose

📋 copy color: '#4C242B'

red 76 ◦ green 36 ◦ blue 43

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

Shades of Bulgarian Rose #4C242B

Tints of Bulgarian Rose #4C242B

RGB

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

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

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

R = 49.03%
G = 23.23%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.70

RGB Variations

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

Color information

#4C242B (or 0x4C242B) is known color: Bulgarian Rose. HEX triplet: 4C, 24 and 2B. RGB value is (76,36,43). Sum of RGB (Red+Green+Blue) = 76+36+43=155 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.03% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 76 - color contains mainly: red. Hex color #4C242B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C242B is #B3DBD4. Grayscale: #303030. Windows color (decimal): -11787221 or 2827340. OLE color: 2827340.

HSL color Cylindrical-coordinate representation of color #4C242B: hue angle of 349.5º 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 #4C242B is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 36 43 -
CMYK 0 0.53 0.43 0.70
HSL 349.5º 0.36% 0.22% -
HSV(B) 349.5º 0.53% 0.3% -
XYZ 4.05 2.97 2.65 -
YUV 48.76 124.75 147.43 -
System Red Green Blue C M Y K H S L
Decimal 76 36 43 0 0.53 0.43 0.70 349.5 0.36 0.22
Hex 4C 24 2B 0 35 2B 46 15E 24 16
Octal 114 44 53 0 65 53 106 536 44 26
Binary 1001100 100100 101011 0 110101 101011 1000110 101011110 100100 10110

Color Harmonies of #4C242B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C242B

Black with #4C242B

Text Example


Text Example

White with #4C242B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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