Html Css Color HEX #B0303C Brick Red

📋 copy color: '#B0303C'

red 176 ◦ green 48 ◦ blue 60

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

Shades of Brick Red #B0303C

Tints of Brick Red #B0303C

RGB

 RED value IS 176 (69.14% from 255) = 61.97%

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

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

R = 61.97%
G = 16.9%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B0303C (or 0xB0303C) is known color: Brick Red. HEX triplet: B0, 30 and 3C. RGB value is (176,48,60). Sum of RGB (Red+Green+Blue) = 176+48+60=284 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.97% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 176 - color contains mainly: red. Hex color #B0303C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0303C is #4FCFC3. Grayscale: #575757. Windows color (decimal): -5230532 or 3944624. OLE color: 3944624.

HSL color Cylindrical-coordinate representation of color #B0303C: hue angle of 354.38º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B0303C is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 48 60 -
CMYK 0 0.73 0.66 0.31
HSL 354.38º 0.57% 0.44% -
HSV(B) 354.38º 0.73% 0.69% -
XYZ 19.78 11.67 5.49 -
YUV 87.64 112.41 191.02 -
System Red Green Blue C M Y K H S L
Decimal 176 48 60 0 0.73 0.66 0.31 354.38 0.57 0.44
Hex B0 30 3C 0 49 42 1F 162 39 2C
Octal 260 60 74 0 111 102 37 542 71 54
Binary 10110000 110000 111100 0 1001001 1000010 11111 101100010 111001 101100

Color Harmonies of #B0303C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0303C

Black with #B0303C

Text Example


Text Example

White with #B0303C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0303C; }

 p { color: rgb(176,48,60); }

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

background-color css

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

 a { background-color: rgb(176,48,60); }

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

border-color css

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

 span { border-color: rgb(176,48,60); }

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