Html Css Color HEX #B1402D Medium Carmine

📋 copy color: '#B1402D'

red 177 ◦ green 64 ◦ blue 45

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

Shades of Medium Carmine #B1402D

Tints of Medium Carmine #B1402D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.73%

R = 61.89%
G = 22.38%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B1402D (or 0xB1402D) is known color: Medium Carmine. HEX triplet: B1, 40 and 2D. RGB value is (177,64,45). Sum of RGB (Red+Green+Blue) = 177+64+45=286 (37% of max value = 765). Red value is 177 (69.53% from 255 or 61.89% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 177 - color contains mainly: red. Hex color #B1402D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1402D is #4EBFD2. Grayscale: #5F5F5F. Windows color (decimal): -5160915 or 2965681. OLE color: 2965681.

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

Color convert

RGB 177 64 45 -
CMYK 0 0.64 0.75 0.31
HSL 8.64º 0.59% 0.44% -
HSV(B) 8.64º 0.75% 0.69% -
XYZ 20.44 13.2 3.95 -
YUV 95.62 99.44 186.04 -
System Red Green Blue C M Y K H S L
Decimal 177 64 45 0 0.64 0.75 0.31 8.64 0.59 0.44
Hex B1 40 2D 0 40 4B 1F 9 3B 2C
Octal 261 100 55 0 100 113 37 11 73 54
Binary 10110001 1000000 101101 0 1000000 1001011 11111 1001 111011 101100

Color Harmonies of #B1402D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1402D

Black with #B1402D

Text Example


Text Example

White with #B1402D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1402D; }

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

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

background-color css

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

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

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

border-color css

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

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

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