Html Css Color HEX #48232A Bulgarian Rose

📋 copy color: '#48232A'

red 72 ◦ green 35 ◦ blue 42

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

Shades of Bulgarian Rose #48232A

Tints of Bulgarian Rose #48232A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.49%

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

R = 48.32%
G = 23.49%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#48232A (or 0x48232A) is known color: Bulgarian Rose. HEX triplet: 48, 23 and 2A. RGB value is (72,35,42). Sum of RGB (Red+Green+Blue) = 72+35+42=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 35 (14.06% from 255 or 23.49% from 149); Blue value is 42 (16.80% from 255 or 28.19% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #48232A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48232A is #B7DCD5. Grayscale: #2E2E2E. Windows color (decimal): -12049622 or 2761544. OLE color: 2761544.

HSL color Cylindrical-coordinate representation of color #48232A: hue angle of 348.65º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #48232A is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 35 42 -
CMYK 0 0.51 0.42 0.72
HSL 348.65º 0.35% 0.21% -
HSV(B) 348.65º 0.51% 0.28% -
XYZ 3.69 2.75 2.53 -
YUV 46.86 125.26 145.93 -
System Red Green Blue C M Y K H S L
Decimal 72 35 42 0 0.51 0.42 0.72 348.65 0.35 0.21
Hex 48 23 2A 0 33 2A 48 15D 23 15
Octal 110 43 52 0 63 52 110 535 43 25
Binary 1001000 100011 101010 0 110011 101010 1001000 101011101 100011 10101

Color Harmonies of #48232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48232A

Black with #48232A

Text Example


Text Example

White with #48232A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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