Html Css Color HEX #B9433A Medium Carmine

📋 copy color: '#B9433A'

red 185 ◦ green 67 ◦ blue 58

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

Shades of Medium Carmine #B9433A

Tints of Medium Carmine #B9433A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.71%

R = 59.68%
G = 21.61%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B9433A (or 0xB9433A) is known color: Medium Carmine. HEX triplet: B9, 43 and 3A. RGB value is (185,67,58). Sum of RGB (Red+Green+Blue) = 185+67+58=310 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.68% from 310); Green value is 67 (26.56% from 255 or 21.61% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 185 - color contains mainly: red. Hex color #B9433A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9433A is #46BCC5. Grayscale: #656565. Windows color (decimal): -4635846 or 3818425. OLE color: 3818425.

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

Color convert

RGB 185 67 58 -
CMYK 0 0.64 0.69 0.27
HSL 4.25º 0.52% 0.48% -
HSV(B) 4.25º 0.69% 0.73% -
XYZ 22.78 14.63 5.63 -
YUV 101.26 103.59 187.73 -
System Red Green Blue C M Y K H S L
Decimal 185 67 58 0 0.64 0.69 0.27 4.25 0.52 0.48
Hex B9 43 3A 0 40 45 1B 4 34 30
Octal 271 103 72 0 100 105 33 4 64 60
Binary 10111001 1000011 111010 0 1000000 1000101 11011 100 110100 110000

Color Harmonies of #B9433A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9433A

Black with #B9433A

Text Example


Text Example

White with #B9433A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9433A; }

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

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

background-color css

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

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

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

border-color css

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

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

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