Html Css Color HEX #B7422B Medium Carmine

📋 copy color: '#B7422B'

red 183 ◦ green 66 ◦ blue 43

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

Shades of Medium Carmine #B7422B

Tints of Medium Carmine #B7422B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.6%

 BLUE value IS 43 (17.19% from 255) = 14.73%

R = 62.67%
G = 22.6%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B7422B (or 0xB7422B) is known color: Medium Carmine. HEX triplet: B7, 42 and 2B. RGB value is (183,66,43). Sum of RGB (Red+Green+Blue) = 183+66+43=292 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.67% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 43 (17.19% from 255 or 14.73% from 292); Max value from RGB is 183 - color contains mainly: red. Hex color #B7422B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7422B is #48BDD4. Grayscale: #626262. Windows color (decimal): -4767189 or 2835127. OLE color: 2835127.

HSL color Cylindrical-coordinate representation of color #B7422B: hue angle of 9.86º degrees, saturation: 0.62, 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 #B7422B is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 66 43 -
CMYK 0 0.64 0.77 0.28
HSL 9.86º 0.62% 0.44% -
HSV(B) 9.86º 0.77% 0.72% -
XYZ 21.91 14.14 3.86 -
YUV 98.36 96.76 188.37 -
System Red Green Blue C M Y K H S L
Decimal 183 66 43 0 0.64 0.77 0.28 9.86 0.62 0.44
Hex B7 42 2B 0 40 4D 1C A 3E 2C
Octal 267 102 53 0 100 115 34 12 76 54
Binary 10110111 1000010 101011 0 1000000 1001101 11100 1010 111110 101100

Color Harmonies of #B7422B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7422B

Black with #B7422B

Text Example


Text Example

White with #B7422B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7422B; }

 p { color: rgb(183,66,43); }

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

background-color css

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

 a { background-color: rgb(183,66,43); }

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

border-color css

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

 span { border-color: rgb(183,66,43); }

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