Html Css Color HEX #B43D30 Medium Carmine

📋 copy color: '#B43D30'

red 180 ◦ green 61 ◦ blue 48

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

Shades of Medium Carmine #B43D30

Tints of Medium Carmine #B43D30

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.11%

 BLUE value IS 48 (19.14% from 255) = 16.61%

R = 62.28%
G = 21.11%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B43D30 (or 0xB43D30) is known color: Medium Carmine. HEX triplet: B4, 3D and 30. RGB value is (180,61,48). Sum of RGB (Red+Green+Blue) = 180+61+48=289 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.28% from 289); Green value is 61 (24.22% from 255 or 21.11% from 289); Blue value is 48 (19.14% from 255 or 16.61% from 289); Max value from RGB is 180 - color contains mainly: red. Hex color #B43D30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43D30 is #4BC2CF. Grayscale: #5F5F5F. Windows color (decimal): -4965072 or 3161524. OLE color: 3161524.

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

Color convert

RGB 180 61 48 -
CMYK 0 0.66 0.73 0.29
HSL 5.91º 0.58% 0.45% -
HSV(B) 5.91º 0.73% 0.71% -
XYZ 21.02 13.25 4.25 -
YUV 95.1 101.42 188.56 -
System Red Green Blue C M Y K H S L
Decimal 180 61 48 0 0.66 0.73 0.29 5.91 0.58 0.45
Hex B4 3D 30 0 42 49 1D 6 3A 2D
Octal 264 75 60 0 102 111 35 6 72 55
Binary 10110100 111101 110000 0 1000010 1001001 11101 110 111010 101101

Color Harmonies of #B43D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43D30

Black with #B43D30

Text Example


Text Example

White with #B43D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43D30; }

 p { color: rgb(180,61,48); }

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

background-color css

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

 a { background-color: rgb(180,61,48); }

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

border-color css

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

 span { border-color: rgb(180,61,48); }

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