Html Css Color HEX #B23039 Brick Red

📋 copy color: '#B23039'

red 178 ◦ green 48 ◦ blue 57

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

Shades of Brick Red #B23039

Tints of Brick Red #B23039

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.96%

 BLUE value IS 57 (22.66% from 255) = 20.14%

R = 62.9%
G = 16.96%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#B23039 (or 0xB23039) is known color: Brick Red. HEX triplet: B2, 30 and 39. RGB value is (178,48,57). Sum of RGB (Red+Green+Blue) = 178+48+57=283 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.90% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 57 (22.66% from 255 or 20.14% from 283); Max value from RGB is 178 - color contains mainly: red. Hex color #B23039 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23039 is #4DCFC6. Grayscale: #575757. Windows color (decimal): -5099463 or 3748018. OLE color: 3748018.

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

Color convert

RGB 178 48 57 -
CMYK 0 0.73 0.68 0.30
HSL 355.85º 0.58% 0.44% -
HSV(B) 355.85º 0.73% 0.7% -
XYZ 20.16 11.87 5.1 -
YUV 87.9 110.57 192.27 -
System Red Green Blue C M Y K H S L
Decimal 178 48 57 0 0.73 0.68 0.30 355.85 0.58 0.44
Hex B2 30 39 0 49 44 1E 164 3A 2C
Octal 262 60 71 0 111 104 36 544 72 54
Binary 10110010 110000 111001 0 1001001 1000100 11110 101100100 111010 101100

Color Harmonies of #B23039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23039

Black with #B23039

Text Example


Text Example

White with #B23039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23039; }

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

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

background-color css

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

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

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

border-color css

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

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

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