Html Css Color HEX #B93629 Medium Carmine

📋 copy color: '#B93629'

red 185 ◦ green 54 ◦ blue 41

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

Shades of Medium Carmine #B93629

Tints of Medium Carmine #B93629

RGB

 RED value IS 185 (72.66% from 255) = 66.07%

 GREEN value IS 54 (21.48% from 255) = 19.29%

 BLUE value IS 41 (16.41% from 255) = 14.64%

R = 66.07%
G = 19.29%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B93629 (or 0xB93629) is known color: Medium Carmine. HEX triplet: B9, 36 and 29. RGB value is (185,54,41). Sum of RGB (Red+Green+Blue) = 185+54+41=280 (37% of max value = 765). Red value is 185 (72.66% from 255 or 66.07% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 41 (16.41% from 255 or 14.64% from 280); Max value from RGB is 185 - color contains mainly: red. Hex color #B93629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93629 is #46C9D6. Grayscale: #5B5B5B. Windows color (decimal): -4639191 or 2700985. OLE color: 2700985.

HSL color Cylindrical-coordinate representation of color #B93629: hue angle of 5.42º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B93629 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 54 41 -
CMYK 0 0.71 0.78 0.27
HSL 5.42º 0.64% 0.44% -
HSV(B) 5.42º 0.78% 0.73% -
XYZ 21.73 13.11 3.48 -
YUV 91.69 99.4 194.56 -
System Red Green Blue C M Y K H S L
Decimal 185 54 41 0 0.71 0.78 0.27 5.42 0.64 0.44
Hex B9 36 29 0 47 4E 1B 5 40 2C
Octal 271 66 51 0 107 116 33 5 100 54
Binary 10111001 110110 101001 0 1000111 1001110 11011 101 1000000 101100

Color Harmonies of #B93629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93629

Black with #B93629

Text Example


Text Example

White with #B93629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93629; }

 p { color: rgb(185,54,41); }

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

background-color css

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

 a { background-color: rgb(185,54,41); }

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

border-color css

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

 span { border-color: rgb(185,54,41); }

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