Html Css Color HEX #B34226 Medium Carmine

📋 copy color: '#B34226'

red 179 ◦ green 66 ◦ blue 38

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

Shades of Medium Carmine #B34226

Tints of Medium Carmine #B34226

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.32%

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

R = 63.25%
G = 23.32%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B34226 (or 0xB34226) is known color: Medium Carmine. HEX triplet: B3, 42 and 26. RGB value is (179,66,38). Sum of RGB (Red+Green+Blue) = 179+66+38=283 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.25% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 38 (15.23% from 255 or 13.43% from 283); Max value from RGB is 179 - color contains mainly: red. Hex color #B34226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34226 is #4CBDD9. Grayscale: #606060. Windows color (decimal): -5029338 or 2507443. OLE color: 2507443.

HSL color Cylindrical-coordinate representation of color #B34226: hue angle of 11.91º 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 #B34226 is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 66 38 -
CMYK 0 0.63 0.79 0.30
HSL 11.91º 0.65% 0.43% -
HSV(B) 11.91º 0.79% 0.7% -
XYZ 20.89 13.62 3.36 -
YUV 96.6 94.94 186.78 -
System Red Green Blue C M Y K H S L
Decimal 179 66 38 0 0.63 0.79 0.30 11.91 0.65 0.43
Hex B3 42 26 0 3F 4F 1E C 41 2B
Octal 263 102 46 0 77 117 36 14 101 53
Binary 10110011 1000010 100110 0 111111 1001111 11110 1100 1000001 101011

Color Harmonies of #B34226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34226

Black with #B34226

Text Example


Text Example

White with #B34226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34226; }

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

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

background-color css

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

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

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

border-color css

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

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

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