Html Css Color HEX #B43722 Medium Carmine

📋 copy color: '#B43722'

red 180 ◦ green 55 ◦ blue 34

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

Shades of Medium Carmine #B43722

Tints of Medium Carmine #B43722

RGB

 RED value IS 180 (70.7% from 255) = 66.91%

 GREEN value IS 55 (21.88% from 255) = 20.45%

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

R = 66.91%
G = 20.45%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B43722 (or 0xB43722) is known color: Medium Carmine. HEX triplet: B4, 37 and 22. RGB value is (180,55,34). Sum of RGB (Red+Green+Blue) = 180+55+34=269 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.91% from 269); Green value is 55 (21.88% from 255 or 20.45% from 269); Blue value is 34 (13.67% from 255 or 12.64% from 269); Max value from RGB is 180 - color contains mainly: red. Hex color #B43722 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43722 is #4BC8DD. Grayscale: #5A5A5A. Windows color (decimal): -4966622 or 2242484. OLE color: 2242484.

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

Color convert

RGB 180 55 34 -
CMYK 0 0.69 0.81 0.29
HSL 8.63º 0.68% 0.42% -
HSV(B) 8.63º 0.81% 0.71% -
XYZ 20.48 12.55 2.86 -
YUV 89.98 96.41 192.21 -
System Red Green Blue C M Y K H S L
Decimal 180 55 34 0 0.69 0.81 0.29 8.63 0.68 0.42
Hex B4 37 22 0 45 51 1D 9 44 2A
Octal 264 67 42 0 105 121 35 11 104 52
Binary 10110100 110111 100010 0 1000101 1010001 11101 1001 1000100 101010

Color Harmonies of #B43722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43722

Black with #B43722

Text Example


Text Example

White with #B43722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43722; }

 p { color: rgb(180,55,34); }

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

background-color css

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

 a { background-color: rgb(180,55,34); }

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

border-color css

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

 span { border-color: rgb(180,55,34); }

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