Html Css Color HEX #B04023 Medium Carmine

📋 copy color: '#B04023'

red 176 ◦ green 64 ◦ blue 35

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

Shades of Medium Carmine #B04023

Tints of Medium Carmine #B04023

RGB

 RED value IS 176 (69.14% from 255) = 64%

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

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

R = 64%
G = 23.27%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B04023 (or 0xB04023) is known color: Medium Carmine. HEX triplet: B0, 40 and 23. RGB value is (176,64,35). Sum of RGB (Red+Green+Blue) = 176+64+35=275 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 35 (14.06% from 255 or 12.73% from 275); Max value from RGB is 176 - color contains mainly: red. Hex color #B04023 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04023 is #4FBFDC. Grayscale: #5E5E5E. Windows color (decimal): -5226461 or 2310320. OLE color: 2310320.

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

Color convert

RGB 176 64 35 -
CMYK 0 0.64 0.80 0.31
HSL 12.34º 0.67% 0.41% -
HSV(B) 12.34º 0.8% 0.69% -
XYZ 20.04 13.02 3.05 -
YUV 94.18 94.61 186.36 -
System Red Green Blue C M Y K H S L
Decimal 176 64 35 0 0.64 0.80 0.31 12.34 0.67 0.41
Hex B0 40 23 0 40 50 1F C 43 29
Octal 260 100 43 0 100 120 37 14 103 51
Binary 10110000 1000000 100011 0 1000000 1010000 11111 1100 1000011 101001

Color Harmonies of #B04023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04023

Black with #B04023

Text Example


Text Example

White with #B04023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04023; }

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

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

background-color css

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

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

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

border-color css

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

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

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