Html Css Color HEX #B34022 Medium Carmine

📋 copy color: '#B34022'

red 179 ◦ green 64 ◦ blue 34

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

Shades of Medium Carmine #B34022

Tints of Medium Carmine #B34022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.27%

R = 64.62%
G = 23.1%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B34022 (or 0xB34022) is known color: Medium Carmine. HEX triplet: B3, 40 and 22. RGB value is (179,64,34). Sum of RGB (Red+Green+Blue) = 179+64+34=277 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.62% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 34 (13.67% from 255 or 12.27% from 277); Max value from RGB is 179 - color contains mainly: red. Hex color #B34022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34022 is #4CBFDD. Grayscale: #5F5F5F. Windows color (decimal): -5029854 or 2244787. OLE color: 2244787.

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

Color convert

RGB 179 64 34 -
CMYK 0 0.64 0.81 0.30
HSL 12.41º 0.68% 0.42% -
HSV(B) 12.41º 0.81% 0.7% -
XYZ 20.71 13.37 3 -
YUV 94.97 93.6 187.94 -
System Red Green Blue C M Y K H S L
Decimal 179 64 34 0 0.64 0.81 0.30 12.41 0.68 0.42
Hex B3 40 22 0 40 51 1E C 44 2A
Octal 263 100 42 0 100 121 36 14 104 52
Binary 10110011 1000000 100010 0 1000000 1010001 11110 1100 1000100 101010

Color Harmonies of #B34022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34022

Black with #B34022

Text Example


Text Example

White with #B34022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34022; }

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

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

background-color css

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

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

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

border-color css

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

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

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