Html Css Color HEX #B2423A Medium Carmine

📋 copy color: '#B2423A'

red 178 ◦ green 66 ◦ blue 58

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

Shades of Medium Carmine #B2423A

Tints of Medium Carmine #B2423A

RGB

 RED value IS 178 (69.92% from 255) = 58.94%

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

 BLUE value IS 58 (23.05% from 255) = 19.21%

R = 58.94%
G = 21.85%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#B2423A (or 0xB2423A) is known color: Medium Carmine. HEX triplet: B2, 42 and 3A. RGB value is (178,66,58). Sum of RGB (Red+Green+Blue) = 178+66+58=302 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.94% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 178 - color contains mainly: red. Hex color #B2423A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2423A is #4DBDC5. Grayscale: #626262. Windows color (decimal): -5094854 or 3818162. OLE color: 3818162.

HSL color Cylindrical-coordinate representation of color #B2423A: hue angle of 4º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B2423A is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 66 58 -
CMYK 0 0.63 0.67 0.30
HSL 0.51% 0.46% -
HSV(B) 0.67% 0.7% -
XYZ 21.07 13.67 5.53 -
YUV 98.58 105.11 184.65 -
System Red Green Blue C M Y K H S L
Decimal 178 66 58 0 0.63 0.67 0.30 4 0.51 0.46
Hex B2 42 3A 0 3F 43 1E 4 33 2E
Octal 262 102 72 0 77 103 36 4 63 56
Binary 10110010 1000010 111010 0 111111 1000011 11110 100 110011 101110

Color Harmonies of #B2423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2423A

Black with #B2423A

Text Example


Text Example

White with #B2423A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2423A; }

 p { color: rgb(178,66,58); }

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

background-color css

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

 a { background-color: rgb(178,66,58); }

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

border-color css

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

 span { border-color: rgb(178,66,58); }

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