Html Css Color HEX #B1402E Medium Carmine

📋 copy color: '#B1402E'

red 177 ◦ green 64 ◦ blue 46

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

Shades of Medium Carmine #B1402E

Tints of Medium Carmine #B1402E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.03%

R = 61.67%
G = 22.3%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B1402E (or 0xB1402E) is known color: Medium Carmine. HEX triplet: B1, 40 and 2E. RGB value is (177,64,46). Sum of RGB (Red+Green+Blue) = 177+64+46=287 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.67% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 46 (18.36% from 255 or 16.03% from 287); Max value from RGB is 177 - color contains mainly: red. Hex color #B1402E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1402E is #4EBFD1. Grayscale: #5F5F5F. Windows color (decimal): -5160914 or 3031217. OLE color: 3031217.

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

Color convert

RGB 177 64 46 -
CMYK 0 0.64 0.74 0.31
HSL 8.24º 0.59% 0.44% -
HSV(B) 8.24º 0.74% 0.69% -
XYZ 20.46 13.21 4.06 -
YUV 95.74 99.94 185.96 -
System Red Green Blue C M Y K H S L
Decimal 177 64 46 0 0.64 0.74 0.31 8.24 0.59 0.44
Hex B1 40 2E 0 40 4A 1F 8 3B 2C
Octal 261 100 56 0 100 112 37 10 73 54
Binary 10110001 1000000 101110 0 1000000 1001010 11111 1000 111011 101100

Color Harmonies of #B1402E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1402E

Black with #B1402E

Text Example


Text Example

White with #B1402E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1402E; }

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

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

background-color css

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

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

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

border-color css

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

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

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