Html Css Color HEX #B23740 Brick Red

📋 copy color: '#B23740'

red 178 ◦ green 55 ◦ blue 64

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

Shades of Brick Red #B23740

Tints of Brick Red #B23740

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.52%

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

R = 59.93%
G = 18.52%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B23740 (or 0xB23740) is known color: Brick Red. HEX triplet: B2, 37 and 40. RGB value is (178,55,64). Sum of RGB (Red+Green+Blue) = 178+55+64=297 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.93% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 178 - color contains mainly: red. Hex color #B23740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23740 is #4DC8BF. Grayscale: #5C5C5C. Windows color (decimal): -5097664 or 4208562. OLE color: 4208562.

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

Color convert

RGB 178 55 64 -
CMYK 0 0.69 0.64 0.30
HSL 355.61º 0.53% 0.46% -
HSV(B) 355.61º 0.69% 0.7% -
XYZ 20.65 12.57 6.19 -
YUV 92.8 111.75 188.77 -
System Red Green Blue C M Y K H S L
Decimal 178 55 64 0 0.69 0.64 0.30 355.61 0.53 0.46
Hex B2 37 40 0 45 40 1E 164 35 2E
Octal 262 67 100 0 105 100 36 544 65 56
Binary 10110010 110111 1000000 0 1000101 1000000 11110 101100100 110101 101110

Color Harmonies of #B23740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23740

Black with #B23740

Text Example


Text Example

White with #B23740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23740; }

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

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

background-color css

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

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

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

border-color css

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

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

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