Html Css Color HEX #B9433D Medium Carmine

📋 copy color: '#B9433D'

red 185 ◦ green 67 ◦ blue 61

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

Shades of Medium Carmine #B9433D

Tints of Medium Carmine #B9433D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.41%

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

R = 59.11%
G = 21.41%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#B9433D (or 0xB9433D) is known color: Medium Carmine. HEX triplet: B9, 43 and 3D. RGB value is (185,67,61). Sum of RGB (Red+Green+Blue) = 185+67+61=313 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.11% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 185 - color contains mainly: red. Hex color #B9433D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9433D is #46BCC2. Grayscale: #656565. Windows color (decimal): -4635843 or 4015033. OLE color: 4015033.

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

Color convert

RGB 185 67 61 -
CMYK 0 0.64 0.67 0.27
HSL 2.9º 0.5% 0.48% -
HSV(B) 2.9º 0.67% 0.73% -
XYZ 22.86 14.67 6.04 -
YUV 101.6 105.09 187.49 -
System Red Green Blue C M Y K H S L
Decimal 185 67 61 0 0.64 0.67 0.27 2.9 0.5 0.48
Hex B9 43 3D 0 40 43 1B 3 32 30
Octal 271 103 75 0 100 103 33 3 62 60
Binary 10111001 1000011 111101 0 1000000 1000011 11011 11 110010 110000

Color Harmonies of #B9433D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9433D

Black with #B9433D

Text Example


Text Example

White with #B9433D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9433D; }

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

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

background-color css

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

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

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

border-color css

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

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

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