Html Css Color HEX #B23940 Brick Red

📋 copy color: '#B23940'

red 178 ◦ green 57 ◦ blue 64

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

Shades of Brick Red #B23940

Tints of Brick Red #B23940

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.06%

 BLUE value IS 64 (25.39% from 255) = 21.4%

R = 59.53%
G = 19.06%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B23940 (or 0xB23940) is known color: Brick Red. HEX triplet: B2, 39 and 40. RGB value is (178,57,64). Sum of RGB (Red+Green+Blue) = 178+57+64=299 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.53% from 299); Green value is 57 (22.66% from 255 or 19.06% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 178 - color contains mainly: red. Hex color #B23940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23940 is #4DC6BF. Grayscale: #5E5E5E. Windows color (decimal): -5097152 or 4209074. OLE color: 4209074.

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

Color convert

RGB 178 57 64 -
CMYK 0 0.68 0.64 0.30
HSL 356.53º 0.51% 0.46% -
HSV(B) 356.53º 0.68% 0.7% -
XYZ 20.75 12.76 6.22 -
YUV 93.98 111.09 187.93 -
System Red Green Blue C M Y K H S L
Decimal 178 57 64 0 0.68 0.64 0.30 356.53 0.51 0.46
Hex B2 39 40 0 44 40 1E 165 33 2E
Octal 262 71 100 0 104 100 36 545 63 56
Binary 10110010 111001 1000000 0 1000100 1000000 11110 101100101 110011 101110

Color Harmonies of #B23940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23940

Black with #B23940

Text Example


Text Example

White with #B23940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23940; }

 p { color: rgb(178,57,64); }

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

background-color css

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

 a { background-color: rgb(178,57,64); }

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

border-color css

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

 span { border-color: rgb(178,57,64); }

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