Html Css Color HEX #B73430 Medium Carmine

📋 copy color: '#B73430'

red 183 ◦ green 52 ◦ blue 48

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

Shades of Medium Carmine #B73430

Tints of Medium Carmine #B73430

RGB

 RED value IS 183 (71.88% from 255) = 64.66%

 GREEN value IS 52 (20.7% from 255) = 18.37%

 BLUE value IS 48 (19.14% from 255) = 16.96%

R = 64.66%
G = 18.37%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B73430 (or 0xB73430) is known color: Medium Carmine. HEX triplet: B7, 34 and 30. RGB value is (183,52,48). Sum of RGB (Red+Green+Blue) = 183+52+48=283 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.66% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 48 (19.14% from 255 or 16.96% from 283); Max value from RGB is 183 - color contains mainly: red. Hex color #B73430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73430 is #48CBCF. Grayscale: #5A5A5A. Windows color (decimal): -4770768 or 3159223. OLE color: 3159223.

HSL color Cylindrical-coordinate representation of color #B73430: hue angle of 1.78º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B73430 is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 52 48 -
CMYK 0 0.72 0.74 0.28
HSL 1.78º 0.58% 0.45% -
HSV(B) 1.78º 0.74% 0.72% -
XYZ 21.29 12.74 4.13 -
YUV 90.71 103.9 193.83 -
System Red Green Blue C M Y K H S L
Decimal 183 52 48 0 0.72 0.74 0.28 1.78 0.58 0.45
Hex B7 34 30 0 48 4A 1C 2 3A 2D
Octal 267 64 60 0 110 112 34 2 72 55
Binary 10110111 110100 110000 0 1001000 1001010 11100 10 111010 101101

Color Harmonies of #B73430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73430

Black with #B73430

Text Example


Text Example

White with #B73430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73430; }

 p { color: rgb(183,52,48); }

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

background-color css

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

 a { background-color: rgb(183,52,48); }

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

border-color css

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

 span { border-color: rgb(183,52,48); }

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