Html Css Color HEX #482526 Bulgarian Rose

📋 copy color: '#482526'

red 72 ◦ green 37 ◦ blue 38

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

Shades of Bulgarian Rose #482526

Tints of Bulgarian Rose #482526

RGB

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

 GREEN value IS 37 (14.84% from 255) = 25.17%

 BLUE value IS 38 (15.23% from 255) = 25.85%

R = 48.98%
G = 25.17%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.72

RGB Variations

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

Color information

#482526 (or 0x482526) is known color: Bulgarian Rose. HEX triplet: 48, 25 and 26. RGB value is (72,37,38). Sum of RGB (Red+Green+Blue) = 72+37+38=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 37 (14.84% from 255 or 25.17% from 147); Blue value is 38 (15.23% from 255 or 25.85% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #482526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482526 is #B7DAD9. Grayscale: #2F2F2F. Windows color (decimal): -12049114 or 2499912. OLE color: 2499912.

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

Color convert

RGB 72 37 38 -
CMYK 0 0.49 0.47 0.72
HSL 358.29º 0.32% 0.21% -
HSV(B) 358.29º 0.49% 0.28% -
XYZ 3.68 2.84 2.19 -
YUV 47.58 122.6 145.42 -
System Red Green Blue C M Y K H S L
Decimal 72 37 38 0 0.49 0.47 0.72 358.29 0.32 0.21
Hex 48 25 26 0 31 2F 48 166 20 15
Octal 110 45 46 0 61 57 110 546 40 25
Binary 1001000 100101 100110 0 110001 101111 1001000 101100110 100000 10101

Color Harmonies of #482526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482526

Black with #482526

Text Example


Text Example

White with #482526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482526; }

 p { color: rgb(72,37,38); }

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

background-color css

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

 a { background-color: rgb(72,37,38); }

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

border-color css

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

 span { border-color: rgb(72,37,38); }

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