Html Css Color HEX #B03823 Medium Carmine

📋 copy color: '#B03823'

red 176 ◦ green 56 ◦ blue 35

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

Shades of Medium Carmine #B03823

Tints of Medium Carmine #B03823

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.97%

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

R = 65.92%
G = 20.97%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B03823 (or 0xB03823) is known color: Medium Carmine. HEX triplet: B0, 38 and 23. RGB value is (176,56,35). Sum of RGB (Red+Green+Blue) = 176+56+35=267 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.92% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 35 (14.06% from 255 or 13.11% from 267); Max value from RGB is 176 - color contains mainly: red. Hex color #B03823 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03823 is #4FC7DC. Grayscale: #595959. Windows color (decimal): -5228509 or 2308272. OLE color: 2308272.

HSL color Cylindrical-coordinate representation of color #B03823: hue angle of 8.94º 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 #B03823 is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 56 35 -
CMYK 0 0.68 0.80 0.31
HSL 8.94º 0.67% 0.41% -
HSV(B) 8.94º 0.8% 0.69% -
XYZ 19.62 12.18 2.91 -
YUV 89.49 97.26 189.71 -
System Red Green Blue C M Y K H S L
Decimal 176 56 35 0 0.68 0.80 0.31 8.94 0.67 0.41
Hex B0 38 23 0 44 50 1F 9 43 29
Octal 260 70 43 0 104 120 37 11 103 51
Binary 10110000 111000 100011 0 1000100 1010000 11111 1001 1000011 101001

Color Harmonies of #B03823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03823

Black with #B03823

Text Example


Text Example

White with #B03823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03823; }

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

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

background-color css

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

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

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

border-color css

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

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

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