Html Css Color HEX #B13A22 Medium Carmine

📋 copy color: '#B13A22'

red 177 ◦ green 58 ◦ blue 34

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

Shades of Medium Carmine #B13A22

Tints of Medium Carmine #B13A22

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.56%

 BLUE value IS 34 (13.67% from 255) = 12.64%

R = 65.8%
G = 21.56%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B13A22 (or 0xB13A22) is known color: Medium Carmine. HEX triplet: B1, 3A and 22. RGB value is (177,58,34). Sum of RGB (Red+Green+Blue) = 177+58+34=269 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.80% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 34 (13.67% from 255 or 12.64% from 269); Max value from RGB is 177 - color contains mainly: red. Hex color #B13A22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13A22 is #4EC5DD. Grayscale: #5B5B5B. Windows color (decimal): -5162462 or 2243249. OLE color: 2243249.

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

Color convert

RGB 177 58 34 -
CMYK 0 0.67 0.81 0.31
HSL 10.07º 0.68% 0.41% -
HSV(B) 10.07º 0.81% 0.69% -
XYZ 19.93 12.49 2.87 -
YUV 90.85 95.92 189.45 -
System Red Green Blue C M Y K H S L
Decimal 177 58 34 0 0.67 0.81 0.31 10.07 0.68 0.41
Hex B1 3A 22 0 43 51 1F A 44 29
Octal 261 72 42 0 103 121 37 12 104 51
Binary 10110001 111010 100010 0 1000011 1010001 11111 1010 1000100 101001

Color Harmonies of #B13A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13A22

Black with #B13A22

Text Example


Text Example

White with #B13A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13A22; }

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

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

background-color css

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

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

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

border-color css

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

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

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