Html Css Color HEX #4A252B Bulgarian Rose

📋 copy color: '#4A252B'

red 74 ◦ green 37 ◦ blue 43

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

Shades of Bulgarian Rose #4A252B

Tints of Bulgarian Rose #4A252B

RGB

 RED value IS 74 (29.3% from 255) = 48.05%

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

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

R = 48.05%
G = 24.03%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.42

 K value IS 0.71

RGB Variations

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

Color information

#4A252B (or 0x4A252B) is known color: Bulgarian Rose. HEX triplet: 4A, 25 and 2B. RGB value is (74,37,43). Sum of RGB (Red+Green+Blue) = 74+37+43=154 (20% of max value = 765). Red value is 74 (29.30% from 255 or 48.05% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 43 (17.19% from 255 or 27.92% from 154); Max value from RGB is 74 - color contains mainly: red. Hex color #4A252B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A252B is #B5DAD4. Grayscale: #303030. Windows color (decimal): -11918037 or 2827594. OLE color: 2827594.

HSL color Cylindrical-coordinate representation of color #4A252B: hue angle of 350.27º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A252B is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 37 43 -
CMYK 0 0.50 0.42 0.71
HSL 350.27º 0.33% 0.22% -
HSV(B) 350.27º 0.5% 0.29% -
XYZ 3.92 2.95 2.65 -
YUV 48.75 124.76 146.01 -
System Red Green Blue C M Y K H S L
Decimal 74 37 43 0 0.50 0.42 0.71 350.27 0.33 0.22
Hex 4A 25 2B 0 32 2A 47 15E 21 16
Octal 112 45 53 0 62 52 107 536 41 26
Binary 1001010 100101 101011 0 110010 101010 1000111 101011110 100001 10110

Color Harmonies of #4A252B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A252B

Black with #4A252B

Text Example


Text Example

White with #4A252B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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