Html Css Color HEX #B93429 Medium Carmine

📋 copy color: '#B93429'

red 185 ◦ green 52 ◦ blue 41

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

Shades of Medium Carmine #B93429

Tints of Medium Carmine #B93429

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.71%

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

R = 66.55%
G = 18.71%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B93429 (or 0xB93429) is known color: Medium Carmine. HEX triplet: B9, 34 and 29. RGB value is (185,52,41). Sum of RGB (Red+Green+Blue) = 185+52+41=278 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.55% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 41 (16.41% from 255 or 14.75% from 278); Max value from RGB is 185 - color contains mainly: red. Hex color #B93429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93429 is #46CBD6. Grayscale: #5A5A5A. Windows color (decimal): -4639703 or 2700473. OLE color: 2700473.

HSL color Cylindrical-coordinate representation of color #B93429: hue angle of 4.58º 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 #B93429 is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 52 41 -
CMYK 0 0.72 0.78 0.27
HSL 4.58º 0.64% 0.44% -
HSV(B) 4.58º 0.78% 0.73% -
XYZ 21.64 12.93 3.45 -
YUV 90.51 100.06 195.39 -
System Red Green Blue C M Y K H S L
Decimal 185 52 41 0 0.72 0.78 0.27 4.58 0.64 0.44
Hex B9 34 29 0 48 4E 1B 5 40 2C
Octal 271 64 51 0 110 116 33 5 100 54
Binary 10111001 110100 101001 0 1001000 1001110 11011 101 1000000 101100

Color Harmonies of #B93429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93429

Black with #B93429

Text Example


Text Example

White with #B93429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93429; }

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

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

background-color css

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

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

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

border-color css

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

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

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