Html Css Color HEX #4B2223 Bulgarian Rose

📋 copy color: '#4B2223'

red 75 ◦ green 34 ◦ blue 35

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

Shades of Bulgarian Rose #4B2223

Tints of Bulgarian Rose #4B2223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 24.31%

R = 52.08%
G = 23.61%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.53

 K value IS 0.71

RGB Variations

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

Color information

#4B2223 (or 0x4B2223) is known color: Bulgarian Rose. HEX triplet: 4B, 22 and 23. RGB value is (75,34,35). Sum of RGB (Red+Green+Blue) = 75+34+35=144 (19% of max value = 765). Red value is 75 (29.69% from 255 or 52.08% from 144); Green value is 34 (13.67% from 255 or 23.61% from 144); Blue value is 35 (14.06% from 255 or 24.31% from 144); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2223 is #B4DDDC. Grayscale: #2E2E2E. Windows color (decimal): -11853277 or 2302539. OLE color: 2302539.

HSL color Cylindrical-coordinate representation of color #4B2223: hue angle of 358.54º 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 #4B2223 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 34 35 -
CMYK 0 0.55 0.53 0.71
HSL 358.54º 0.38% 0.21% -
HSV(B) 358.54º 0.55% 0.29% -
XYZ 3.78 2.76 1.92 -
YUV 46.37 121.58 148.42 -
System Red Green Blue C M Y K H S L
Decimal 75 34 35 0 0.55 0.53 0.71 358.54 0.38 0.21
Hex 4B 22 23 0 37 35 47 167 26 15
Octal 113 42 43 0 67 65 107 547 46 25
Binary 1001011 100010 100011 0 110111 110101 1000111 101100111 100110 10101

Color Harmonies of #4B2223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2223

Black with #4B2223

Text Example


Text Example

White with #4B2223

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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