Html Css Color HEX #B3442B Medium Carmine

📋 copy color: '#B3442B'

red 179 ◦ green 68 ◦ blue 43

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

Shades of Medium Carmine #B3442B

Tints of Medium Carmine #B3442B

RGB

 RED value IS 179 (70.31% from 255) = 61.72%

 GREEN value IS 68 (26.95% from 255) = 23.45%

 BLUE value IS 43 (17.19% from 255) = 14.83%

R = 61.72%
G = 23.45%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B3442B (or 0xB3442B) is known color: Medium Carmine. HEX triplet: B3, 44 and 2B. RGB value is (179,68,43). Sum of RGB (Red+Green+Blue) = 179+68+43=290 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.72% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 43 (17.19% from 255 or 14.83% from 290); Max value from RGB is 179 - color contains mainly: red. Hex color #B3442B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3442B is #4CBBD4. Grayscale: #626262. Windows color (decimal): -5028821 or 2835635. OLE color: 2835635.

HSL color Cylindrical-coordinate representation of color #B3442B: hue angle of 11.03º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B3442B is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 68 43 -
CMYK 0 0.62 0.76 0.30
HSL 11.03º 0.61% 0.44% -
HSV(B) 11.03º 0.76% 0.7% -
XYZ 21.09 13.89 3.86 -
YUV 98.34 96.77 185.53 -
System Red Green Blue C M Y K H S L
Decimal 179 68 43 0 0.62 0.76 0.30 11.03 0.61 0.44
Hex B3 44 2B 0 3E 4C 1E B 3D 2C
Octal 263 104 53 0 76 114 36 13 75 54
Binary 10110011 1000100 101011 0 111110 1001100 11110 1011 111101 101100

Color Harmonies of #B3442B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3442B

Black with #B3442B

Text Example


Text Example

White with #B3442B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3442B; }

 p { color: rgb(179,68,43); }

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

background-color css

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

 a { background-color: rgb(179,68,43); }

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

border-color css

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

 span { border-color: rgb(179,68,43); }

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