Html Css Color HEX #B0342E Medium Carmine

📋 copy color: '#B0342E'

red 176 ◦ green 52 ◦ blue 46

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

Shades of Medium Carmine #B0342E

Tints of Medium Carmine #B0342E

RGB

 RED value IS 176 (69.14% from 255) = 64.23%

 GREEN value IS 52 (20.7% from 255) = 18.98%

 BLUE value IS 46 (18.36% from 255) = 16.79%

R = 64.23%
G = 18.98%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B0342E (or 0xB0342E) is known color: Medium Carmine. HEX triplet: B0, 34 and 2E. RGB value is (176,52,46). Sum of RGB (Red+Green+Blue) = 176+52+46=274 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.23% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 46 (18.36% from 255 or 16.79% from 274); Max value from RGB is 176 - color contains mainly: red. Hex color #B0342E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0342E is #4FCBD1. Grayscale: #585858. Windows color (decimal): -5229522 or 3028144. OLE color: 3028144.

HSL color Cylindrical-coordinate representation of color #B0342E: hue angle of 2.77º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B0342E is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 52 46 -
CMYK 0 0.70 0.74 0.31
HSL 2.77º 0.59% 0.44% -
HSV(B) 2.77º 0.74% 0.69% -
XYZ 19.63 11.88 3.84 -
YUV 88.39 104.08 190.49 -
System Red Green Blue C M Y K H S L
Decimal 176 52 46 0 0.70 0.74 0.31 2.77 0.59 0.44
Hex B0 34 2E 0 46 4A 1F 3 3B 2C
Octal 260 64 56 0 106 112 37 3 73 54
Binary 10110000 110100 101110 0 1000110 1001010 11111 11 111011 101100

Color Harmonies of #B0342E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0342E

Black with #B0342E

Text Example


Text Example

White with #B0342E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0342E; }

 p { color: rgb(176,52,46); }

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

background-color css

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

 a { background-color: rgb(176,52,46); }

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

border-color css

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

 span { border-color: rgb(176,52,46); }

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