Html Css Color HEX #B44338 Medium Carmine

📋 copy color: '#B44338'

red 180 ◦ green 67 ◦ blue 56

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

Shades of Medium Carmine #B44338

Tints of Medium Carmine #B44338

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.11%

 BLUE value IS 56 (22.27% from 255) = 18.48%

R = 59.41%
G = 22.11%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B44338 (or 0xB44338) is known color: Medium Carmine. HEX triplet: B4, 43 and 38. RGB value is (180,67,56). Sum of RGB (Red+Green+Blue) = 180+67+56=303 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.41% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 56 (22.27% from 255 or 18.48% from 303); Max value from RGB is 180 - color contains mainly: red. Hex color #B44338 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44338 is #4BBCC7. Grayscale: #636363. Windows color (decimal): -4963528 or 3687348. OLE color: 3687348.

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

Color convert

RGB 180 67 56 -
CMYK 0 0.63 0.69 0.29
HSL 5.32º 0.53% 0.46% -
HSV(B) 5.32º 0.69% 0.71% -
XYZ 21.54 14 5.31 -
YUV 99.53 103.44 185.39 -
System Red Green Blue C M Y K H S L
Decimal 180 67 56 0 0.63 0.69 0.29 5.32 0.53 0.46
Hex B4 43 38 0 3F 45 1D 5 35 2E
Octal 264 103 70 0 77 105 35 5 65 56
Binary 10110100 1000011 111000 0 111111 1000101 11101 101 110101 101110

Color Harmonies of #B44338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44338

Black with #B44338

Text Example


Text Example

White with #B44338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44338; }

 p { color: rgb(180,67,56); }

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

background-color css

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

 a { background-color: rgb(180,67,56); }

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

border-color css

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

 span { border-color: rgb(180,67,56); }

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