Html Css Color HEX #B34023 Medium Carmine

📋 copy color: '#B34023'

red 179 ◦ green 64 ◦ blue 35

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

Shades of Medium Carmine #B34023

Tints of Medium Carmine #B34023

RGB

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

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

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

R = 64.39%
G = 23.02%
B = 12.59%

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

#B34023 (or 0xB34023) is known color: Medium Carmine. HEX triplet: B3, 40 and 23. RGB value is (179,64,35). Sum of RGB (Red+Green+Blue) = 179+64+35=278 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.39% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 35 (14.06% from 255 or 12.59% from 278); Max value from RGB is 179 - color contains mainly: red. Hex color #B34023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34023 is #4CBFDC. Grayscale: #5F5F5F. Windows color (decimal): -5029853 or 2310323. OLE color: 2310323.

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

Color convert

RGB 179 64 35 -
CMYK 0 0.64 0.80 0.30
HSL 12.08º 0.67% 0.42% -
HSV(B) 12.08º 0.8% 0.7% -
XYZ 20.73 13.37 3.08 -
YUV 95.08 94.1 187.86 -
System Red Green Blue C M Y K H S L
Decimal 179 64 35 0 0.64 0.80 0.30 12.08 0.67 0.42
Hex B3 40 23 0 40 50 1E C 43 2A
Octal 263 100 43 0 100 120 36 14 103 52
Binary 10110011 1000000 100011 0 1000000 1010000 11110 1100 1000011 101010

Color Harmonies of #B34023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34023

Black with #B34023

Text Example


Text Example

White with #B34023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34023; }

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

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

background-color css

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

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

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

border-color css

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

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

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