Html Css Color HEX #B14022 Medium Carmine

📋 copy color: '#B14022'

red 177 ◦ green 64 ◦ blue 34

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

Shades of Medium Carmine #B14022

Tints of Medium Carmine #B14022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.36%

R = 64.36%
G = 23.27%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B14022 (or 0xB14022) is known color: Medium Carmine. HEX triplet: B1, 40 and 22. RGB value is (177,64,34). Sum of RGB (Red+Green+Blue) = 177+64+34=275 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.36% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 34 (13.67% from 255 or 12.36% from 275); Max value from RGB is 177 - color contains mainly: red. Hex color #B14022 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14022 is #4EBFDD. Grayscale: #5E5E5E. Windows color (decimal): -5160926 or 2244785. OLE color: 2244785.

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

Color convert

RGB 177 64 34 -
CMYK 0 0.64 0.81 0.31
HSL 12.59º 0.68% 0.41% -
HSV(B) 12.59º 0.81% 0.69% -
XYZ 20.25 13.13 2.98 -
YUV 94.37 93.94 186.94 -
System Red Green Blue C M Y K H S L
Decimal 177 64 34 0 0.64 0.81 0.31 12.59 0.68 0.41
Hex B1 40 22 0 40 51 1F D 44 29
Octal 261 100 42 0 100 121 37 15 104 51
Binary 10110001 1000000 100010 0 1000000 1010001 11111 1101 1000100 101001

Color Harmonies of #B14022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14022

Black with #B14022

Text Example


Text Example

White with #B14022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14022; }

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

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

background-color css

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

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

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

border-color css

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

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

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