Html Css Color HEX #4C2428 Bulgarian Rose

📋 copy color: '#4C2428'

red 76 ◦ green 36 ◦ blue 40

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

Shades of Bulgarian Rose #4C2428

Tints of Bulgarian Rose #4C2428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 26.32%

R = 50%
G = 23.68%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.70

RGB Variations

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

Color information

#4C2428 (or 0x4C2428) is known color: Bulgarian Rose. HEX triplet: 4C, 24 and 28. RGB value is (76,36,40). Sum of RGB (Red+Green+Blue) = 76+36+40=152 (20% of max value = 765). Red value is 76 (30.08% from 255 or 50% from 152); Green value is 36 (14.45% from 255 or 23.68% from 152); Blue value is 40 (16.02% from 255 or 26.32% from 152); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2428 is #B3DBD7. Grayscale: #303030. Windows color (decimal): -11787224 or 2630732. OLE color: 2630732.

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

Color convert

RGB 76 36 40 -
CMYK 0 0.53 0.47 0.70
HSL 354º 0.36% 0.22% -
HSV(B) 354º 0.53% 0.3% -
XYZ 3.99 2.95 2.37 -
YUV 48.42 123.25 147.67 -
System Red Green Blue C M Y K H S L
Decimal 76 36 40 0 0.53 0.47 0.70 354 0.36 0.22
Hex 4C 24 28 0 35 2F 46 162 24 16
Octal 114 44 50 0 65 57 106 542 44 26
Binary 1001100 100100 101000 0 110101 101111 1000110 101100010 100100 10110

Color Harmonies of #4C2428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2428

Black with #4C2428

Text Example


Text Example

White with #4C2428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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