Html Css Color HEX #B43F2F Medium Carmine

📋 copy color: '#B43F2F'

red 180 ◦ green 63 ◦ blue 47

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

Shades of Medium Carmine #B43F2F

Tints of Medium Carmine #B43F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.21%

R = 62.07%
G = 21.72%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B43F2F (or 0xB43F2F) is known color: Medium Carmine. HEX triplet: B4, 3F and 2F. RGB value is (180,63,47). Sum of RGB (Red+Green+Blue) = 180+63+47=290 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.07% from 290); Green value is 63 (25% from 255 or 21.72% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 180 - color contains mainly: red. Hex color #B43F2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43F2F is #4BC0D0. Grayscale: #606060. Windows color (decimal): -4964561 or 3096500. OLE color: 3096500.

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

Color convert

RGB 180 63 47 -
CMYK 0 0.65 0.74 0.29
HSL 7.22º 0.59% 0.45% -
HSV(B) 7.22º 0.74% 0.71% -
XYZ 21.11 13.46 4.18 -
YUV 96.16 100.26 187.8 -
System Red Green Blue C M Y K H S L
Decimal 180 63 47 0 0.65 0.74 0.29 7.22 0.59 0.45
Hex B4 3F 2F 0 41 4A 1D 7 3B 2D
Octal 264 77 57 0 101 112 35 7 73 55
Binary 10110100 111111 101111 0 1000001 1001010 11101 111 111011 101101

Color Harmonies of #B43F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43F2F

Black with #B43F2F

Text Example


Text Example

White with #B43F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43F2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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