Html Css Color HEX #4B252B Bulgarian Rose

📋 copy color: '#4B252B'

red 75 ◦ green 37 ◦ blue 43

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

Shades of Bulgarian Rose #4B252B

Tints of Bulgarian Rose #4B252B

RGB

 RED value IS 75 (29.69% from 255) = 48.39%

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

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

R = 48.39%
G = 23.87%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.43

 K value IS 0.71

RGB Variations

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

Color information

#4B252B (or 0x4B252B) is known color: Bulgarian Rose. HEX triplet: 4B, 25 and 2B. RGB value is (75,37,43). Sum of RGB (Red+Green+Blue) = 75+37+43=155 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.39% from 155); Green value is 37 (14.84% from 255 or 23.87% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 75 - color contains mainly: red. Hex color #4B252B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B252B is #B4DAD4. Grayscale: #313131. Windows color (decimal): -11852501 or 2827595. OLE color: 2827595.

HSL color Cylindrical-coordinate representation of color #4B252B: hue angle of 350.53º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B252B is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 37 43 -
CMYK 0 0.51 0.43 0.71
HSL 350.53º 0.34% 0.22% -
HSV(B) 350.53º 0.51% 0.29% -
XYZ 4 2.99 2.65 -
YUV 49.05 124.59 146.51 -
System Red Green Blue C M Y K H S L
Decimal 75 37 43 0 0.51 0.43 0.71 350.53 0.34 0.22
Hex 4B 25 2B 0 33 2B 47 15F 22 16
Octal 113 45 53 0 63 53 107 537 42 26
Binary 1001011 100101 101011 0 110011 101011 1000111 101011111 100010 10110

Color Harmonies of #4B252B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B252B

Black with #4B252B

Text Example


Text Example

White with #4B252B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B252B; }

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

 H1.HeaderClassName
 {
   color: #4B252B;
 }
 .AnyTagClassName
 {
   color: #4B252B;
 }
</style>

background-color css

<style>
 a { background-color: #4B252B; }

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

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

border-color css

<style>
 span { border-color: #4B252B; }

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

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