Html Css Color HEX #B3442F Medium Carmine

📋 copy color: '#B3442F'

red 179 ◦ green 68 ◦ blue 47

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

Shades of Medium Carmine #B3442F

Tints of Medium Carmine #B3442F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.99%

R = 60.88%
G = 23.13%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B3442F (or 0xB3442F) is known color: Medium Carmine. HEX triplet: B3, 44 and 2F. RGB value is (179,68,47). Sum of RGB (Red+Green+Blue) = 179+68+47=294 (38% of max value = 765). Red value is 179 (70.31% from 255 or 60.88% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 179 - color contains mainly: red. Hex color #B3442F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3442F is #4CBBD0. Grayscale: #626262. Windows color (decimal): -5028817 or 3097779. OLE color: 3097779.

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

Color convert

RGB 179 68 47 -
CMYK 0 0.62 0.74 0.30
HSL 9.55º 0.58% 0.44% -
HSV(B) 9.55º 0.74% 0.7% -
XYZ 21.17 13.92 4.26 -
YUV 98.8 98.77 185.21 -
System Red Green Blue C M Y K H S L
Decimal 179 68 47 0 0.62 0.74 0.30 9.55 0.58 0.44
Hex B3 44 2F 0 3E 4A 1E A 3A 2C
Octal 263 104 57 0 76 112 36 12 72 54
Binary 10110011 1000100 101111 0 111110 1001010 11110 1010 111010 101100

Color Harmonies of #B3442F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3442F

Black with #B3442F

Text Example


Text Example

White with #B3442F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3442F; }

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

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

background-color css

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

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

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

border-color css

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

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

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