Html Css Color HEX #482226 Bulgarian Rose

📋 copy color: '#482226'

red 72 ◦ green 34 ◦ blue 38

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

Shades of Bulgarian Rose #482226

Tints of Bulgarian Rose #482226

RGB

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

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

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

R = 50%
G = 23.61%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.72

RGB Variations

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

Color information

#482226 (or 0x482226) is known color: Bulgarian Rose. HEX triplet: 48, 22 and 26. RGB value is (72,34,38). Sum of RGB (Red+Green+Blue) = 72+34+38=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 34 (13.67% from 255 or 23.61% from 144); Blue value is 38 (15.23% from 255 or 26.39% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #482226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482226 is #B7DDD9. Grayscale: #2D2D2D. Windows color (decimal): -12049882 or 2499144. OLE color: 2499144.

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

Color convert

RGB 72 34 38 -
CMYK 0 0.53 0.47 0.72
HSL 353.68º 0.36% 0.21% -
HSV(B) 353.68º 0.53% 0.28% -
XYZ 3.59 2.66 2.16 -
YUV 45.82 123.59 146.67 -
System Red Green Blue C M Y K H S L
Decimal 72 34 38 0 0.53 0.47 0.72 353.68 0.36 0.21
Hex 48 22 26 0 35 2F 48 162 24 15
Octal 110 42 46 0 65 57 110 542 44 25
Binary 1001000 100010 100110 0 110101 101111 1001000 101100010 100100 10101

Color Harmonies of #482226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482226

Black with #482226

Text Example


Text Example

White with #482226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482226; }

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

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

background-color css

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

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

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

border-color css

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

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

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