Html Css Color HEX #4A232A Bulgarian Rose

📋 copy color: '#4A232A'

red 74 ◦ green 35 ◦ blue 42

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

Shades of Bulgarian Rose #4A232A

Tints of Bulgarian Rose #4A232A

RGB

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

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

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

R = 49.01%
G = 23.18%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.71

RGB Variations

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

Color information

#4A232A (or 0x4A232A) is known color: Bulgarian Rose. HEX triplet: 4A, 23 and 2A. RGB value is (74,35,42). Sum of RGB (Red+Green+Blue) = 74+35+42=151 (20% of max value = 765). Red value is 74 (29.30% from 255 or 49.01% from 151); Green value is 35 (14.06% from 255 or 23.18% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 74 - color contains mainly: red. Hex color #4A232A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A232A is #B5DCD5. Grayscale: #2F2F2F. Windows color (decimal): -11918550 or 2761546. OLE color: 2761546.

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

Color convert

RGB 74 35 42 -
CMYK 0 0.53 0.43 0.71
HSL 349.23º 0.36% 0.21% -
HSV(B) 349.23º 0.53% 0.29% -
XYZ 3.84 2.83 2.53 -
YUV 47.46 124.92 146.93 -
System Red Green Blue C M Y K H S L
Decimal 74 35 42 0 0.53 0.43 0.71 349.23 0.36 0.21
Hex 4A 23 2A 0 35 2B 47 15D 24 15
Octal 112 43 52 0 65 53 107 535 44 25
Binary 1001010 100011 101010 0 110101 101011 1000111 101011101 100100 10101

Color Harmonies of #4A232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A232A

Black with #4A232A

Text Example


Text Example

White with #4A232A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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