Html Css Color HEX #B44023 Medium Carmine

📋 copy color: '#B44023'

red 180 ◦ green 64 ◦ blue 35

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

Shades of Medium Carmine #B44023

Tints of Medium Carmine #B44023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.54%

R = 64.52%
G = 22.94%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B44023 (or 0xB44023) is known color: Medium Carmine. HEX triplet: B4, 40 and 23. RGB value is (180,64,35). Sum of RGB (Red+Green+Blue) = 180+64+35=279 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.52% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 35 (14.06% from 255 or 12.54% from 279); Max value from RGB is 180 - color contains mainly: red. Hex color #B44023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44023 is #4BBFDC. Grayscale: #5F5F5F. Windows color (decimal): -4964317 or 2310324. OLE color: 2310324.

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

Color convert

RGB 180 64 35 -
CMYK 0 0.64 0.81 0.29
HSL 12º 0.67% 0.42% -
HSV(B) 12º 0.81% 0.71% -
XYZ 20.96 13.49 3.09 -
YUV 95.38 93.93 188.36 -
System Red Green Blue C M Y K H S L
Decimal 180 64 35 0 0.64 0.81 0.29 12 0.67 0.42
Hex B4 40 23 0 40 51 1D C 43 2A
Octal 264 100 43 0 100 121 35 14 103 52
Binary 10110100 1000000 100011 0 1000000 1010001 11101 1100 1000011 101010

Color Harmonies of #B44023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44023

Black with #B44023

Text Example


Text Example

White with #B44023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44023; }

 p { color: rgb(180,64,35); }

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

background-color css

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

 a { background-color: rgb(180,64,35); }

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

border-color css

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

 span { border-color: rgb(180,64,35); }

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