Html Css Color HEX #48262B Bulgarian Rose

📋 copy color: '#48262B'

red 72 ◦ green 38 ◦ blue 43

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

Shades of Bulgarian Rose #48262B

Tints of Bulgarian Rose #48262B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 24.84%

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

R = 47.06%
G = 24.84%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.72

RGB Variations

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

Color information

#48262B (or 0x48262B) is known color: Bulgarian Rose. HEX triplet: 48, 26 and 2B. RGB value is (72,38,43). Sum of RGB (Red+Green+Blue) = 72+38+43=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 38 (15.23% from 255 or 24.84% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #48262B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48262B is #B7D9D4. Grayscale: #303030. Windows color (decimal): -12048853 or 2827848. OLE color: 2827848.

HSL color Cylindrical-coordinate representation of color #48262B: hue angle of 351.18º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #48262B is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 38 43 -
CMYK 0 0.47 0.40 0.72
HSL 351.18º 0.31% 0.22% -
HSV(B) 351.18º 0.47% 0.28% -
XYZ 3.8 2.94 2.65 -
YUV 48.74 124.76 144.59 -
System Red Green Blue C M Y K H S L
Decimal 72 38 43 0 0.47 0.40 0.72 351.18 0.31 0.22
Hex 48 26 2B 0 2F 28 48 15F 1F 16
Octal 110 46 53 0 57 50 110 537 37 26
Binary 1001000 100110 101011 0 101111 101000 1001000 101011111 11111 10110

Color Harmonies of #48262B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48262B

Black with #48262B

Text Example


Text Example

White with #48262B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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