Html Css Color HEX #B43C34 Medium Carmine

📋 copy color: '#B43C34'

red 180 ◦ green 60 ◦ blue 52

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

Shades of Medium Carmine #B43C34

Tints of Medium Carmine #B43C34

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.55%

 BLUE value IS 52 (20.7% from 255) = 17.81%

R = 61.64%
G = 20.55%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B43C34 (or 0xB43C34) is known color: Medium Carmine. HEX triplet: B4, 3C and 34. RGB value is (180,60,52). Sum of RGB (Red+Green+Blue) = 180+60+52=292 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.64% from 292); Green value is 60 (23.83% from 255 or 20.55% from 292); Blue value is 52 (20.70% from 255 or 17.81% from 292); Max value from RGB is 180 - color contains mainly: red. Hex color #B43C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43C34 is #4BC3CB. Grayscale: #5F5F5F. Windows color (decimal): -4965324 or 3423412. OLE color: 3423412.

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

Color convert

RGB 180 60 52 -
CMYK 0 0.67 0.71 0.29
HSL 3.75º 0.55% 0.45% -
HSV(B) 3.75º 0.71% 0.71% -
XYZ 21.06 13.18 4.68 -
YUV 94.97 103.76 188.65 -
System Red Green Blue C M Y K H S L
Decimal 180 60 52 0 0.67 0.71 0.29 3.75 0.55 0.45
Hex B4 3C 34 0 43 47 1D 4 37 2D
Octal 264 74 64 0 103 107 35 4 67 55
Binary 10110100 111100 110100 0 1000011 1000111 11101 100 110111 101101

Color Harmonies of #B43C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43C34

Black with #B43C34

Text Example


Text Example

White with #B43C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43C34; }

 p { color: rgb(180,60,52); }

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

background-color css

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

 a { background-color: rgb(180,60,52); }

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

border-color css

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

 span { border-color: rgb(180,60,52); }

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