Html Css Color HEX #B0362F Medium Carmine

📋 copy color: '#B0362F'

red 176 ◦ green 54 ◦ blue 47

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

Shades of Medium Carmine #B0362F

Tints of Medium Carmine #B0362F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.49%

 BLUE value IS 47 (18.75% from 255) = 16.97%

R = 63.54%
G = 19.49%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B0362F (or 0xB0362F) is known color: Medium Carmine. HEX triplet: B0, 36 and 2F. RGB value is (176,54,47). Sum of RGB (Red+Green+Blue) = 176+54+47=277 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.54% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 47 (18.75% from 255 or 16.97% from 277); Max value from RGB is 176 - color contains mainly: red. Hex color #B0362F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0362F is #4FC9D0. Grayscale: #595959. Windows color (decimal): -5229009 or 3094192. OLE color: 3094192.

HSL color Cylindrical-coordinate representation of color #B0362F: hue angle of 3.26º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B0362F is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 54 47 -
CMYK 0 0.69 0.73 0.31
HSL 3.26º 0.58% 0.44% -
HSV(B) 3.26º 0.73% 0.69% -
XYZ 19.74 12.07 3.98 -
YUV 89.68 103.92 189.57 -
System Red Green Blue C M Y K H S L
Decimal 176 54 47 0 0.69 0.73 0.31 3.26 0.58 0.44
Hex B0 36 2F 0 45 49 1F 3 3A 2C
Octal 260 66 57 0 105 111 37 3 72 54
Binary 10110000 110110 101111 0 1000101 1001001 11111 11 111010 101100

Color Harmonies of #B0362F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0362F

Black with #B0362F

Text Example


Text Example

White with #B0362F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0362F; }

 p { color: rgb(176,54,47); }

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

background-color css

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

 a { background-color: rgb(176,54,47); }

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

border-color css

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

 span { border-color: rgb(176,54,47); }

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