Html Css Color HEX #B43330 Medium Carmine

📋 copy color: '#B43330'

red 180 ◦ green 51 ◦ blue 48

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

Shades of Medium Carmine #B43330

Tints of Medium Carmine #B43330

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.28%

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

R = 64.52%
G = 18.28%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B43330 (or 0xB43330) is known color: Medium Carmine. HEX triplet: B4, 33 and 30. RGB value is (180,51,48). Sum of RGB (Red+Green+Blue) = 180+51+48=279 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.52% from 279); Green value is 51 (20.31% from 255 or 18.28% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 180 - color contains mainly: red. Hex color #B43330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43330 is #4BCCCF. Grayscale: #595959. Windows color (decimal): -4967632 or 3158964. OLE color: 3158964.

HSL color Cylindrical-coordinate representation of color #B43330: hue angle of 1.36º 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 #B43330 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 51 48 -
CMYK 0 0.72 0.73 0.29
HSL 1.36º 0.58% 0.45% -
HSV(B) 1.36º 0.73% 0.71% -
XYZ 20.54 12.28 4.08 -
YUV 89.23 104.74 192.74 -
System Red Green Blue C M Y K H S L
Decimal 180 51 48 0 0.72 0.73 0.29 1.36 0.58 0.45
Hex B4 33 30 0 48 49 1D 1 3A 2D
Octal 264 63 60 0 110 111 35 1 72 55
Binary 10110100 110011 110000 0 1001000 1001001 11101 1 111010 101101

Color Harmonies of #B43330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43330

Black with #B43330

Text Example


Text Example

White with #B43330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43330; }

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

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

background-color css

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

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

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

border-color css

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

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

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