Html Css Color HEX #B13D28 Medium Carmine

📋 copy color: '#B13D28'

red 177 ◦ green 61 ◦ blue 40

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

Shades of Medium Carmine #B13D28

Tints of Medium Carmine #B13D28

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.94%

 BLUE value IS 40 (16.02% from 255) = 14.39%

R = 63.67%
G = 21.94%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B13D28 (or 0xB13D28) is known color: Medium Carmine. HEX triplet: B1, 3D and 28. RGB value is (177,61,40). Sum of RGB (Red+Green+Blue) = 177+61+40=278 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.67% from 278); Green value is 61 (24.22% from 255 or 21.94% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13D28 is #4EC2D7. Grayscale: #5D5D5D. Windows color (decimal): -5161688 or 2637233. OLE color: 2637233.

HSL color Cylindrical-coordinate representation of color #B13D28: hue angle of 9.2º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B13D28 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 61 40 -
CMYK 0 0.66 0.77 0.31
HSL 9.2º 0.63% 0.43% -
HSV(B) 9.2º 0.77% 0.69% -
XYZ 20.18 12.84 3.42 -
YUV 93.29 97.93 187.71 -
System Red Green Blue C M Y K H S L
Decimal 177 61 40 0 0.66 0.77 0.31 9.2 0.63 0.43
Hex B1 3D 28 0 42 4D 1F 9 3F 2B
Octal 261 75 50 0 102 115 37 11 77 53
Binary 10110001 111101 101000 0 1000010 1001101 11111 1001 111111 101011

Color Harmonies of #B13D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13D28

Black with #B13D28

Text Example


Text Example

White with #B13D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13D28; }

 p { color: rgb(177,61,40); }

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

background-color css

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

 a { background-color: rgb(177,61,40); }

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

border-color css

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

 span { border-color: rgb(177,61,40); }

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