Html Css Color HEX #48242C Bulgarian Rose

📋 copy color: '#48242C'

red 72 ◦ green 36 ◦ blue 44

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

Shades of Bulgarian Rose #48242C

Tints of Bulgarian Rose #48242C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 28.95%

R = 47.37%
G = 23.68%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#48242C (or 0x48242C) is known color: Bulgarian Rose. HEX triplet: 48, 24 and 2C. RGB value is (72,36,44). Sum of RGB (Red+Green+Blue) = 72+36+44=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 36 (14.45% from 255 or 23.68% from 152); Blue value is 44 (17.58% from 255 or 28.95% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #48242C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48242C is #B7DBD3. Grayscale: #2F2F2F. Windows color (decimal): -12049364 or 2892872. OLE color: 2892872.

HSL color Cylindrical-coordinate representation of color #48242C: hue angle of 346.67º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #48242C is Cyan = 0, Magento = 0.5, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 36 44 -
CMYK 0 0.5 0.39 0.72
HSL 346.67º 0.33% 0.21% -
HSV(B) 346.67º 0.5% 0.28% -
XYZ 3.76 2.82 2.73 -
YUV 47.68 125.93 145.35 -
System Red Green Blue C M Y K H S L
Decimal 72 36 44 0 0.5 0.39 0.72 346.67 0.33 0.21
Hex 48 24 2C 0 32 27 48 15B 21 15
Octal 110 44 54 0 62 47 110 533 41 25
Binary 1001000 100100 101100 0 110010 100111 1001000 101011011 100001 10101

Color Harmonies of #48242C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48242C

Black with #48242C

Text Example


Text Example

White with #48242C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48242C; }

 p { color: rgb(72,36,44); }

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

background-color css

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

 a { background-color: rgb(72,36,44); }

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

border-color css

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

 span { border-color: rgb(72,36,44); }

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