Html Css Color HEX #482228 Bulgarian Rose

📋 copy color: '#482228'

red 72 ◦ green 34 ◦ blue 40

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

Shades of Bulgarian Rose #482228

Tints of Bulgarian Rose #482228

RGB

 RED value IS 72 (28.52% from 255) = 49.32%

 GREEN value IS 34 (13.67% from 255) = 23.29%

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

R = 49.32%
G = 23.29%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#482228 (or 0x482228) is known color: Bulgarian Rose. HEX triplet: 48, 22 and 28. RGB value is (72,34,40). Sum of RGB (Red+Green+Blue) = 72+34+40=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 34 (13.67% from 255 or 23.29% from 146); Blue value is 40 (16.02% from 255 or 27.40% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #482228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482228 is #B7DDD7. Grayscale: #2E2E2E. Windows color (decimal): -12049880 or 2630216. OLE color: 2630216.

HSL color Cylindrical-coordinate representation of color #482228: hue angle of 350.53º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #482228 is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 34 40 -
CMYK 0 0.53 0.44 0.72
HSL 350.53º 0.36% 0.21% -
HSV(B) 350.53º 0.53% 0.28% -
XYZ 3.63 2.67 2.33 -
YUV 46.05 124.59 146.51 -
System Red Green Blue C M Y K H S L
Decimal 72 34 40 0 0.53 0.44 0.72 350.53 0.36 0.21
Hex 48 22 28 0 35 2C 48 15F 24 15
Octal 110 42 50 0 65 54 110 537 44 25
Binary 1001000 100010 101000 0 110101 101100 1001000 101011111 100100 10101

Color Harmonies of #482228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482228

Black with #482228

Text Example


Text Example

White with #482228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482228; }

 p { color: rgb(72,34,40); }

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

background-color css

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

 a { background-color: rgb(72,34,40); }

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

border-color css

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

 span { border-color: rgb(72,34,40); }

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