Html Css Color HEX #B7402A Medium Carmine

📋 copy color: '#B7402A'

red 183 ◦ green 64 ◦ blue 42

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

Shades of Medium Carmine #B7402A

Tints of Medium Carmine #B7402A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.15%

 BLUE value IS 42 (16.8% from 255) = 14.53%

R = 63.32%
G = 22.15%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B7402A (or 0xB7402A) is known color: Medium Carmine. HEX triplet: B7, 40 and 2A. RGB value is (183,64,42). Sum of RGB (Red+Green+Blue) = 183+64+42=289 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.32% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 42 (16.80% from 255 or 14.53% from 289); Max value from RGB is 183 - color contains mainly: red. Hex color #B7402A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7402A is #48BFD5. Grayscale: #616161. Windows color (decimal): -4767702 or 2769079. OLE color: 2769079.

HSL color Cylindrical-coordinate representation of color #B7402A: hue angle of 9.36º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B7402A is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 64 42 -
CMYK 0 0.65 0.77 0.28
HSL 9.36º 0.63% 0.44% -
HSV(B) 9.36º 0.77% 0.72% -
XYZ 21.78 13.9 3.73 -
YUV 97.07 96.92 189.29 -
System Red Green Blue C M Y K H S L
Decimal 183 64 42 0 0.65 0.77 0.28 9.36 0.63 0.44
Hex B7 40 2A 0 41 4D 1C 9 3F 2C
Octal 267 100 52 0 101 115 34 11 77 54
Binary 10110111 1000000 101010 0 1000001 1001101 11100 1001 111111 101100

Color Harmonies of #B7402A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7402A

Black with #B7402A

Text Example


Text Example

White with #B7402A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7402A; }

 p { color: rgb(183,64,42); }

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

background-color css

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

 a { background-color: rgb(183,64,42); }

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

border-color css

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

 span { border-color: rgb(183,64,42); }

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