Html Css Color HEX #B1433A Medium Carmine

📋 copy color: '#B1433A'

red 177 ◦ green 67 ◦ blue 58

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

Shades of Medium Carmine #B1433A

Tints of Medium Carmine #B1433A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.21%

R = 58.61%
G = 22.19%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B1433A (or 0xB1433A) is known color: Medium Carmine. HEX triplet: B1, 43 and 3A. RGB value is (177,67,58). Sum of RGB (Red+Green+Blue) = 177+67+58=302 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.61% from 302); Green value is 67 (26.56% from 255 or 22.19% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 177 - color contains mainly: red. Hex color #B1433A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1433A is #4EBCC5. Grayscale: #636363. Windows color (decimal): -5160134 or 3818417. OLE color: 3818417.

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

Color convert

RGB 177 67 58 -
CMYK 0 0.62 0.67 0.31
HSL 4.54º 0.51% 0.46% -
HSV(B) 4.54º 0.67% 0.69% -
XYZ 20.9 13.67 5.54 -
YUV 98.86 104.94 183.73 -
System Red Green Blue C M Y K H S L
Decimal 177 67 58 0 0.62 0.67 0.31 4.54 0.51 0.46
Hex B1 43 3A 0 3E 43 1F 5 33 2E
Octal 261 103 72 0 76 103 37 5 63 56
Binary 10110001 1000011 111010 0 111110 1000011 11111 101 110011 101110

Color Harmonies of #B1433A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1433A

Black with #B1433A

Text Example


Text Example

White with #B1433A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1433A; }

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

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

background-color css

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

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

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

border-color css

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

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

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