Html Css Color HEX #B14033 Medium Carmine

📋 copy color: '#B14033'

red 177 ◦ green 64 ◦ blue 51

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

Shades of Medium Carmine #B14033

Tints of Medium Carmine #B14033

RGB

 RED value IS 177 (69.53% from 255) = 60.62%

 GREEN value IS 64 (25.39% from 255) = 21.92%

 BLUE value IS 51 (20.31% from 255) = 17.47%

R = 60.62%
G = 21.92%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B14033 (or 0xB14033) is known color: Medium Carmine. HEX triplet: B1, 40 and 33. RGB value is (177,64,51). Sum of RGB (Red+Green+Blue) = 177+64+51=292 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.62% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 51 (20.31% from 255 or 17.47% from 292); Max value from RGB is 177 - color contains mainly: red. Hex color #B14033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14033 is #4EBFCC. Grayscale: #606060. Windows color (decimal): -5160909 or 3358897. OLE color: 3358897.

HSL color Cylindrical-coordinate representation of color #B14033: hue angle of 6.19º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B14033 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 64 51 -
CMYK 0 0.64 0.71 0.31
HSL 6.19º 0.55% 0.45% -
HSV(B) 6.19º 0.71% 0.69% -
XYZ 20.56 13.25 4.61 -
YUV 96.31 102.44 185.56 -
System Red Green Blue C M Y K H S L
Decimal 177 64 51 0 0.64 0.71 0.31 6.19 0.55 0.45
Hex B1 40 33 0 40 47 1F 6 37 2D
Octal 261 100 63 0 100 107 37 6 67 55
Binary 10110001 1000000 110011 0 1000000 1000111 11111 110 110111 101101

Color Harmonies of #B14033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14033

Black with #B14033

Text Example


Text Example

White with #B14033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14033; }

 p { color: rgb(177,64,51); }

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

background-color css

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

 a { background-color: rgb(177,64,51); }

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

border-color css

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

 span { border-color: rgb(177,64,51); }

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