Html Css Color HEX #B43F32 Medium Carmine

📋 copy color: '#B43F32'

red 180 ◦ green 63 ◦ blue 50

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

Shades of Medium Carmine #B43F32

Tints of Medium Carmine #B43F32

RGB

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

 GREEN value IS 63 (25% from 255) = 21.5%

 BLUE value IS 50 (19.92% from 255) = 17.06%

R = 61.43%
G = 21.5%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B43F32 (or 0xB43F32) is known color: Medium Carmine. HEX triplet: B4, 3F and 32. RGB value is (180,63,50). Sum of RGB (Red+Green+Blue) = 180+63+50=293 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.43% from 293); Green value is 63 (25% from 255 or 21.50% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 180 - color contains mainly: red. Hex color #B43F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43F32 is #4BC0CD. Grayscale: #606060. Windows color (decimal): -4964558 or 3293108. OLE color: 3293108.

HSL color Cylindrical-coordinate representation of color #B43F32: hue angle of 6º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B43F32 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 63 50 -
CMYK 0 0.65 0.72 0.29
HSL 0.57% 0.45% -
HSV(B) 0.72% 0.71% -
XYZ 21.18 13.49 4.51 -
YUV 96.5 101.76 187.56 -
System Red Green Blue C M Y K H S L
Decimal 180 63 50 0 0.65 0.72 0.29 6 0.57 0.45
Hex B4 3F 32 0 41 48 1D 6 39 2D
Octal 264 77 62 0 101 110 35 6 71 55
Binary 10110100 111111 110010 0 1000001 1001000 11101 110 111001 101101

Color Harmonies of #B43F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43F32

Black with #B43F32

Text Example


Text Example

White with #B43F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43F32; }

 p { color: rgb(180,63,50); }

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

background-color css

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

 a { background-color: rgb(180,63,50); }

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

border-color css

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

 span { border-color: rgb(180,63,50); }

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