Html Css Color HEX #B23F32 Medium Carmine

📋 copy color: '#B23F32'

red 178 ◦ green 63 ◦ blue 50

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

Shades of Medium Carmine #B23F32

Tints of Medium Carmine #B23F32

RGB

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

 GREEN value IS 63 (25% from 255) = 21.65%

 BLUE value IS 50 (19.92% from 255) = 17.18%

R = 61.17%
G = 21.65%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B23F32 (or 0xB23F32) is known color: Medium Carmine. HEX triplet: B2, 3F and 32. RGB value is (178,63,50). Sum of RGB (Red+Green+Blue) = 178+63+50=291 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.17% from 291); Green value is 63 (25% from 255 or 21.65% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 178 - color contains mainly: red. Hex color #B23F32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23F32 is #4DC0CD. Grayscale: #606060. Windows color (decimal): -5095630 or 3293106. OLE color: 3293106.

HSL color Cylindrical-coordinate representation of color #B23F32: hue angle of 6.09º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B23F32 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 63 50 -
CMYK 0 0.65 0.72 0.30
HSL 6.09º 0.56% 0.45% -
HSV(B) 6.09º 0.72% 0.7% -
XYZ 20.71 13.25 4.48 -
YUV 95.9 102.1 186.56 -
System Red Green Blue C M Y K H S L
Decimal 178 63 50 0 0.65 0.72 0.30 6.09 0.56 0.45
Hex B2 3F 32 0 41 48 1E 6 38 2D
Octal 262 77 62 0 101 110 36 6 70 55
Binary 10110010 111111 110010 0 1000001 1001000 11110 110 111000 101101

Color Harmonies of #B23F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23F32

Black with #B23F32

Text Example


Text Example

White with #B23F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23F32; }

 p { color: rgb(178,63,50); }

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

background-color css

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

 a { background-color: rgb(178,63,50); }

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

border-color css

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

 span { border-color: rgb(178,63,50); }

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