Html Css Color HEX #B34026 Medium Carmine

📋 copy color: '#B34026'

red 179 ◦ green 64 ◦ blue 38

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

Shades of Medium Carmine #B34026

Tints of Medium Carmine #B34026

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.78%

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

R = 63.7%
G = 22.78%
B = 13.52%

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

#B34026 (or 0xB34026) is known color: Medium Carmine. HEX triplet: B3, 40 and 26. RGB value is (179,64,38). Sum of RGB (Red+Green+Blue) = 179+64+38=281 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.70% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 38 (15.23% from 255 or 13.52% from 281); Max value from RGB is 179 - color contains mainly: red. Hex color #B34026 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34026 is #4CBFD9. Grayscale: #5F5F5F. Windows color (decimal): -5029850 or 2506931. OLE color: 2506931.

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

Color convert

RGB 179 64 38 -
CMYK 0 0.64 0.79 0.30
HSL 11.06º 0.65% 0.43% -
HSV(B) 11.06º 0.79% 0.7% -
XYZ 20.77 13.39 3.32 -
YUV 95.42 95.6 187.61 -
System Red Green Blue C M Y K H S L
Decimal 179 64 38 0 0.64 0.79 0.30 11.06 0.65 0.43
Hex B3 40 26 0 40 4F 1E B 41 2B
Octal 263 100 46 0 100 117 36 13 101 53
Binary 10110011 1000000 100110 0 1000000 1001111 11110 1011 1000001 101011

Color Harmonies of #B34026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34026

Black with #B34026

Text Example


Text Example

White with #B34026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34026; }

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

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

background-color css

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

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

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

border-color css

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

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

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