Html Css Color HEX #48252B Bulgarian Rose

📋 copy color: '#48252B'

red 72 ◦ green 37 ◦ blue 43

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

Shades of Bulgarian Rose #48252B

Tints of Bulgarian Rose #48252B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 28.29%

R = 47.37%
G = 24.34%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.40

 K value IS 0.72

RGB Variations

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

Color information

#48252B (or 0x48252B) is known color: Bulgarian Rose. HEX triplet: 48, 25 and 2B. RGB value is (72,37,43). Sum of RGB (Red+Green+Blue) = 72+37+43=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #48252B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48252B is #B7DAD4. Grayscale: #303030. Windows color (decimal): -12049109 or 2827592. OLE color: 2827592.

HSL color Cylindrical-coordinate representation of color #48252B: hue angle of 349.71º 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 #48252B is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 37 43 -
CMYK 0 0.49 0.40 0.72
HSL 349.71º 0.32% 0.21% -
HSV(B) 349.71º 0.49% 0.28% -
XYZ 3.77 2.88 2.64 -
YUV 48.15 125.1 145.01 -
System Red Green Blue C M Y K H S L
Decimal 72 37 43 0 0.49 0.40 0.72 349.71 0.32 0.21
Hex 48 25 2B 0 31 28 48 15E 20 15
Octal 110 45 53 0 61 50 110 536 40 25
Binary 1001000 100101 101011 0 110001 101000 1001000 101011110 100000 10101

Color Harmonies of #48252B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48252B

Black with #48252B

Text Example


Text Example

White with #48252B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48252B; }

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

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

background-color css

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

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

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

border-color css

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

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

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