Html Css Color HEX #B1433E Medium Carmine

📋 copy color: '#B1433E'

red 177 ◦ green 67 ◦ blue 62

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

Shades of Medium Carmine #B1433E

Tints of Medium Carmine #B1433E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.9%

 BLUE value IS 62 (24.61% from 255) = 20.26%

R = 57.84%
G = 21.9%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B1433E (or 0xB1433E) is known color: Medium Carmine. HEX triplet: B1, 43 and 3E. RGB value is (177,67,62). Sum of RGB (Red+Green+Blue) = 177+67+62=306 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.84% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 62 (24.61% from 255 or 20.26% from 306); Max value from RGB is 177 - color contains mainly: red. Hex color #B1433E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1433E is #4EBCC1. Grayscale: #636363. Windows color (decimal): -5160130 or 4080561. OLE color: 4080561.

HSL color Cylindrical-coordinate representation of color #B1433E: hue angle of 2.61º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B1433E is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 67 62 -
CMYK 0 0.62 0.65 0.31
HSL 2.61º 0.48% 0.47% -
HSV(B) 2.61º 0.65% 0.69% -
XYZ 21.01 13.71 6.1 -
YUV 99.32 106.94 183.41 -
System Red Green Blue C M Y K H S L
Decimal 177 67 62 0 0.62 0.65 0.31 2.61 0.48 0.47
Hex B1 43 3E 0 3E 41 1F 3 30 2F
Octal 261 103 76 0 76 101 37 3 60 57
Binary 10110001 1000011 111110 0 111110 1000001 11111 11 110000 101111

Color Harmonies of #B1433E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1433E

Black with #B1433E

Text Example


Text Example

White with #B1433E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1433E; }

 p { color: rgb(177,67,62); }

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

background-color css

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

 a { background-color: rgb(177,67,62); }

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

border-color css

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

 span { border-color: rgb(177,67,62); }

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