Html Css Color HEX #B43928 Medium Carmine

📋 copy color: '#B43928'

red 180 ◦ green 57 ◦ blue 40

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

Shades of Medium Carmine #B43928

Tints of Medium Carmine #B43928

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.58%

 BLUE value IS 40 (16.02% from 255) = 14.44%

R = 64.98%
G = 20.58%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B43928 (or 0xB43928) is known color: Medium Carmine. HEX triplet: B4, 39 and 28. RGB value is (180,57,40). Sum of RGB (Red+Green+Blue) = 180+57+40=277 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.98% from 277); Green value is 57 (22.66% from 255 or 20.58% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 180 - color contains mainly: red. Hex color #B43928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43928 is #4BC6D7. Grayscale: #5C5C5C. Windows color (decimal): -4966104 or 2636212. OLE color: 2636212.

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

Color convert

RGB 180 57 40 -
CMYK 0 0.68 0.78 0.29
HSL 7.29º 0.64% 0.43% -
HSV(B) 7.29º 0.78% 0.71% -
XYZ 20.67 12.78 3.39 -
YUV 91.84 98.75 190.88 -
System Red Green Blue C M Y K H S L
Decimal 180 57 40 0 0.68 0.78 0.29 7.29 0.64 0.43
Hex B4 39 28 0 44 4E 1D 7 40 2B
Octal 264 71 50 0 104 116 35 7 100 53
Binary 10110100 111001 101000 0 1000100 1001110 11101 111 1000000 101011

Color Harmonies of #B43928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43928

Black with #B43928

Text Example


Text Example

White with #B43928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43928; }

 p { color: rgb(180,57,40); }

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

background-color css

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

 a { background-color: rgb(180,57,40); }

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

border-color css

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

 span { border-color: rgb(180,57,40); }

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