Html Css Color HEX #B43429 Medium Carmine

📋 copy color: '#B43429'

red 180 ◦ green 52 ◦ blue 41

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

Shades of Medium Carmine #B43429

Tints of Medium Carmine #B43429

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.05%

 BLUE value IS 41 (16.41% from 255) = 15.02%

R = 65.93%
G = 19.05%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B43429 (or 0xB43429) is known color: Medium Carmine. HEX triplet: B4, 34 and 29. RGB value is (180,52,41). Sum of RGB (Red+Green+Blue) = 180+52+41=273 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.93% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 180 - color contains mainly: red. Hex color #B43429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43429 is #4BCBD6. Grayscale: #595959. Windows color (decimal): -4967383 or 2700468. OLE color: 2700468.

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

Color convert

RGB 180 52 41 -
CMYK 0 0.71 0.77 0.29
HSL 4.75º 0.63% 0.43% -
HSV(B) 4.75º 0.77% 0.71% -
XYZ 20.45 12.32 3.4 -
YUV 89.02 100.91 192.89 -
System Red Green Blue C M Y K H S L
Decimal 180 52 41 0 0.71 0.77 0.29 4.75 0.63 0.43
Hex B4 34 29 0 47 4D 1D 5 3F 2B
Octal 264 64 51 0 107 115 35 5 77 53
Binary 10110100 110100 101001 0 1000111 1001101 11101 101 111111 101011

Color Harmonies of #B43429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43429

Black with #B43429

Text Example


Text Example

White with #B43429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43429; }

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

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

background-color css

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

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

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

border-color css

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

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

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