Html Css Color HEX #B9352A Medium Carmine

📋 copy color: '#B9352A'

red 185 ◦ green 53 ◦ blue 42

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

Shades of Medium Carmine #B9352A

Tints of Medium Carmine #B9352A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.93%

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

R = 66.07%
G = 18.93%
B = 15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B9352A (or 0xB9352A) is known color: Medium Carmine. HEX triplet: B9, 35 and 2A. RGB value is (185,53,42). Sum of RGB (Red+Green+Blue) = 185+53+42=280 (37% of max value = 765). Red value is 185 (72.66% from 255 or 66.07% from 280); Green value is 53 (21.09% from 255 or 18.93% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 185 - color contains mainly: red. Hex color #B9352A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9352A is #46CAD5. Grayscale: #5B5B5B. Windows color (decimal): -4639446 or 2766265. OLE color: 2766265.

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

Color convert

RGB 185 53 42 -
CMYK 0 0.71 0.77 0.27
HSL 4.62º 0.63% 0.45% -
HSV(B) 4.62º 0.77% 0.73% -
XYZ 21.7 13.03 3.56 -
YUV 91.21 100.23 194.89 -
System Red Green Blue C M Y K H S L
Decimal 185 53 42 0 0.71 0.77 0.27 4.62 0.63 0.45
Hex B9 35 2A 0 47 4D 1B 5 3F 2D
Octal 271 65 52 0 107 115 33 5 77 55
Binary 10111001 110101 101010 0 1000111 1001101 11011 101 111111 101101

Color Harmonies of #B9352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9352A

Black with #B9352A

Text Example


Text Example

White with #B9352A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9352A; }

 p { color: rgb(185,53,42); }

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

background-color css

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

 a { background-color: rgb(185,53,42); }

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

border-color css

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

 span { border-color: rgb(185,53,42); }

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