Html Css Color HEX #B34126 Medium Carmine

📋 copy color: '#B34126'

red 179 ◦ green 65 ◦ blue 38

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

Shades of Medium Carmine #B34126

Tints of Medium Carmine #B34126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.48%

R = 63.48%
G = 23.05%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B34126 (or 0xB34126) is known color: Medium Carmine. HEX triplet: B3, 41 and 26. RGB value is (179,65,38). Sum of RGB (Red+Green+Blue) = 179+65+38=282 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.48% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 38 (15.23% from 255 or 13.48% from 282); Max value from RGB is 179 - color contains mainly: red. Hex color #B34126 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34126 is #4CBED9. Grayscale: #606060. Windows color (decimal): -5029594 or 2507187. OLE color: 2507187.

HSL color Cylindrical-coordinate representation of color #B34126: hue angle of 11.49º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B34126 is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 65 38 -
CMYK 0 0.64 0.79 0.30
HSL 11.49º 0.65% 0.43% -
HSV(B) 11.49º 0.79% 0.7% -
XYZ 20.83 13.5 3.34 -
YUV 96.01 95.27 187.2 -
System Red Green Blue C M Y K H S L
Decimal 179 65 38 0 0.64 0.79 0.30 11.49 0.65 0.43
Hex B3 41 26 0 40 4F 1E B 41 2B
Octal 263 101 46 0 100 117 36 13 101 53
Binary 10110011 1000001 100110 0 1000000 1001111 11110 1011 1000001 101011

Color Harmonies of #B34126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34126

Black with #B34126

Text Example


Text Example

White with #B34126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34126; }

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

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

background-color css

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

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

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

border-color css

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

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

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