Html Css Color HEX #B2373C Brick Red

📋 copy color: '#B2373C'

red 178 ◦ green 55 ◦ blue 60

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

Shades of Brick Red #B2373C

Tints of Brick Red #B2373C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.48%

R = 60.75%
G = 18.77%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B2373C (or 0xB2373C) is known color: Brick Red. HEX triplet: B2, 37 and 3C. RGB value is (178,55,60). Sum of RGB (Red+Green+Blue) = 178+55+60=293 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.75% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 178 - color contains mainly: red. Hex color #B2373C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2373C is #4DC8C3. Grayscale: #5C5C5C. Windows color (decimal): -5097668 or 3946418. OLE color: 3946418.

HSL color Cylindrical-coordinate representation of color #B2373C: hue angle of 357.56º 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 #B2373C is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 55 60 -
CMYK 0 0.69 0.66 0.30
HSL 357.56º 0.53% 0.46% -
HSV(B) 357.56º 0.69% 0.7% -
XYZ 20.54 12.52 5.61 -
YUV 92.35 109.75 189.09 -
System Red Green Blue C M Y K H S L
Decimal 178 55 60 0 0.69 0.66 0.30 357.56 0.53 0.46
Hex B2 37 3C 0 45 42 1E 166 35 2E
Octal 262 67 74 0 105 102 36 546 65 56
Binary 10110010 110111 111100 0 1000101 1000010 11110 101100110 110101 101110

Color Harmonies of #B2373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2373C

Black with #B2373C

Text Example


Text Example

White with #B2373C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2373C; }

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

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

background-color css

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

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

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

border-color css

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

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

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