Html Css Color HEX #4B2226 Bulgarian Rose

📋 copy color: '#4B2226'

red 75 ◦ green 34 ◦ blue 38

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

Shades of Bulgarian Rose #4B2226

Tints of Bulgarian Rose #4B2226

RGB

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

 GREEN value IS 34 (13.67% from 255) = 23.13%

 BLUE value IS 38 (15.23% from 255) = 25.85%

R = 51.02%
G = 23.13%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.71

RGB Variations

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

Color information

#4B2226 (or 0x4B2226) is known color: Bulgarian Rose. HEX triplet: 4B, 22 and 26. RGB value is (75,34,38). Sum of RGB (Red+Green+Blue) = 75+34+38=147 (19% of max value = 765). Red value is 75 (29.69% from 255 or 51.02% from 147); Green value is 34 (13.67% from 255 or 23.13% from 147); Blue value is 38 (15.23% from 255 or 25.85% from 147); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2226 is #B4DDD9. Grayscale: #2E2E2E. Windows color (decimal): -11853274 or 2499147. OLE color: 2499147.

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

Color convert

RGB 75 34 38 -
CMYK 0 0.55 0.49 0.71
HSL 354.15º 0.38% 0.21% -
HSV(B) 354.15º 0.55% 0.29% -
XYZ 3.82 2.78 2.17 -
YUV 46.72 123.08 148.17 -
System Red Green Blue C M Y K H S L
Decimal 75 34 38 0 0.55 0.49 0.71 354.15 0.38 0.21
Hex 4B 22 26 0 37 31 47 162 26 15
Octal 113 42 46 0 67 61 107 542 46 25
Binary 1001011 100010 100110 0 110111 110001 1000111 101100010 100110 10101

Color Harmonies of #4B2226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2226

Black with #4B2226

Text Example


Text Example

White with #4B2226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,34,38); }

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

background-color css

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

 a { background-color: rgb(75,34,38); }

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

border-color css

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

 span { border-color: rgb(75,34,38); }

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