Html Css Color HEX #B34123 Medium Carmine

📋 copy color: '#B34123'

red 179 ◦ green 65 ◦ blue 35

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

Shades of Medium Carmine #B34123

Tints of Medium Carmine #B34123

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.3%

 BLUE value IS 35 (14.06% from 255) = 12.54%

R = 64.16%
G = 23.3%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B34123 (or 0xB34123) is known color: Medium Carmine. HEX triplet: B3, 41 and 23. RGB value is (179,65,35). Sum of RGB (Red+Green+Blue) = 179+65+35=279 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.16% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 35 (14.06% from 255 or 12.54% from 279); Max value from RGB is 179 - color contains mainly: red. Hex color #B34123 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34123 is #4CBEDC. Grayscale: #5F5F5F. Windows color (decimal): -5029597 or 2310579. OLE color: 2310579.

HSL color Cylindrical-coordinate representation of color #B34123: hue angle of 12.5º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B34123 is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 65 35 -
CMYK 0 0.64 0.80 0.30
HSL 12.5º 0.67% 0.42% -
HSV(B) 12.5º 0.8% 0.7% -
XYZ 20.78 13.49 3.1 -
YUV 95.67 93.77 187.44 -
System Red Green Blue C M Y K H S L
Decimal 179 65 35 0 0.64 0.80 0.30 12.5 0.67 0.42
Hex B3 41 23 0 40 50 1E C 43 2A
Octal 263 101 43 0 100 120 36 14 103 52
Binary 10110011 1000001 100011 0 1000000 1010000 11110 1100 1000011 101010

Color Harmonies of #B34123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34123

Black with #B34123

Text Example


Text Example

White with #B34123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34123; }

 p { color: rgb(179,65,35); }

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

background-color css

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

 a { background-color: rgb(179,65,35); }

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

border-color css

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

 span { border-color: rgb(179,65,35); }

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