Html Css Color HEX #B2303D Brick Red

📋 copy color: '#B2303D'

red 178 ◦ green 48 ◦ blue 61

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

Shades of Brick Red #B2303D

Tints of Brick Red #B2303D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.25%

R = 62.02%
G = 16.72%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B2303D (or 0xB2303D) is known color: Brick Red. HEX triplet: B2, 30 and 3D. RGB value is (178,48,61). Sum of RGB (Red+Green+Blue) = 178+48+61=287 (38% of max value = 765). Red value is 178 (69.92% from 255 or 62.02% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 178 - color contains mainly: red. Hex color #B2303D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2303D is #4DCFC2. Grayscale: #585858. Windows color (decimal): -5099459 or 4010162. OLE color: 4010162.

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

Color convert

RGB 178 48 61 -
CMYK 0 0.73 0.66 0.30
HSL 354º 0.58% 0.44% -
HSV(B) 354º 0.73% 0.7% -
XYZ 20.26 11.92 5.65 -
YUV 88.35 112.57 191.94 -
System Red Green Blue C M Y K H S L
Decimal 178 48 61 0 0.73 0.66 0.30 354 0.58 0.44
Hex B2 30 3D 0 49 42 1E 162 3A 2C
Octal 262 60 75 0 111 102 36 542 72 54
Binary 10110010 110000 111101 0 1001001 1000010 11110 101100010 111010 101100

Color Harmonies of #B2303D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2303D

Black with #B2303D

Text Example


Text Example

White with #B2303D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2303D; }

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

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

background-color css

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

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

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

border-color css

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

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

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