Html Css Color HEX #B9453D Medium Carmine

📋 copy color: '#B9453D'

red 185 ◦ green 69 ◦ blue 61

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

Shades of Medium Carmine #B9453D

Tints of Medium Carmine #B9453D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.37%

R = 58.73%
G = 21.9%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#B9453D (or 0xB9453D) is known color: Medium Carmine. HEX triplet: B9, 45 and 3D. RGB value is (185,69,61). Sum of RGB (Red+Green+Blue) = 185+69+61=315 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.73% from 315); Green value is 69 (27.34% from 255 or 21.90% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 185 - color contains mainly: red. Hex color #B9453D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9453D is #46BAC2. Grayscale: #666666. Windows color (decimal): -4635331 or 4015545. OLE color: 4015545.

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

Color convert

RGB 185 69 61 -
CMYK 0 0.63 0.67 0.27
HSL 3.87º 0.5% 0.48% -
HSV(B) 3.87º 0.67% 0.73% -
XYZ 22.98 14.91 6.08 -
YUV 102.77 104.43 186.65 -
System Red Green Blue C M Y K H S L
Decimal 185 69 61 0 0.63 0.67 0.27 3.87 0.5 0.48
Hex B9 45 3D 0 3F 43 1B 4 32 30
Octal 271 105 75 0 77 103 33 4 62 60
Binary 10111001 1000101 111101 0 111111 1000011 11011 100 110010 110000

Color Harmonies of #B9453D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9453D

Black with #B9453D

Text Example


Text Example

White with #B9453D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9453D; }

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

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

background-color css

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

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

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

border-color css

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

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

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