Html Css Color HEX #48242A Bulgarian Rose

📋 copy color: '#48242A'

red 72 ◦ green 36 ◦ blue 42

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

Shades of Bulgarian Rose #48242A

Tints of Bulgarian Rose #48242A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 28%

R = 48%
G = 24%
B = 28%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#48242A (or 0x48242A) is known color: Bulgarian Rose. HEX triplet: 48, 24 and 2A. RGB value is (72,36,42). Sum of RGB (Red+Green+Blue) = 72+36+42=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 36 (14.45% from 255 or 24% from 150); Blue value is 42 (16.80% from 255 or 28% from 150); Max value from RGB is 72 - color contains mainly: red. Hex color #48242A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48242A is #B7DBD5. Grayscale: #2F2F2F. Windows color (decimal): -12049366 or 2761800. OLE color: 2761800.

HSL color Cylindrical-coordinate representation of color #48242A: hue angle of 350º 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 #48242A is Cyan = 0, Magento = 0.5, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 36 42 -
CMYK 0 0.5 0.42 0.72
HSL 350º 0.33% 0.21% -
HSV(B) 350º 0.5% 0.28% -
XYZ 3.72 2.81 2.54 -
YUV 47.45 124.93 145.51 -
System Red Green Blue C M Y K H S L
Decimal 72 36 42 0 0.5 0.42 0.72 350 0.33 0.21
Hex 48 24 2A 0 32 2A 48 15E 21 15
Octal 110 44 52 0 62 52 110 536 41 25
Binary 1001000 100100 101010 0 110010 101010 1001000 101011110 100001 10101

Color Harmonies of #48242A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48242A

Black with #48242A

Text Example


Text Example

White with #48242A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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