Html Css Color HEX #B9453C Medium Carmine

📋 copy color: '#B9453C'

red 185 ◦ green 69 ◦ blue 60

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

Shades of Medium Carmine #B9453C

Tints of Medium Carmine #B9453C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.97%

 BLUE value IS 60 (23.83% from 255) = 19.11%

R = 58.92%
G = 21.97%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B9453C (or 0xB9453C) is known color: Medium Carmine. HEX triplet: B9, 45 and 3C. RGB value is (185,69,60). Sum of RGB (Red+Green+Blue) = 185+69+60=314 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.92% from 314); Green value is 69 (27.34% from 255 or 21.97% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 185 - color contains mainly: red. Hex color #B9453C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9453C is #46BAC3. Grayscale: #666666. Windows color (decimal): -4635332 or 3950009. OLE color: 3950009.

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

Color convert

RGB 185 69 60 -
CMYK 0 0.63 0.68 0.27
HSL 4.32º 0.51% 0.48% -
HSV(B) 4.32º 0.68% 0.73% -
XYZ 22.95 14.9 5.94 -
YUV 102.66 103.93 186.73 -
System Red Green Blue C M Y K H S L
Decimal 185 69 60 0 0.63 0.68 0.27 4.32 0.51 0.48
Hex B9 45 3C 0 3F 44 1B 4 33 30
Octal 271 105 74 0 77 104 33 4 63 60
Binary 10111001 1000101 111100 0 111111 1000100 11011 100 110011 110000

Color Harmonies of #B9453C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9453C

Black with #B9453C

Text Example


Text Example

White with #B9453C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9453C; }

 p { color: rgb(185,69,60); }

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

background-color css

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

 a { background-color: rgb(185,69,60); }

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

border-color css

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

 span { border-color: rgb(185,69,60); }

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