Html Css Color HEX #B3303C Brick Red

📋 copy color: '#B3303C'

red 179 ◦ green 48 ◦ blue 60

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

Shades of Brick Red #B3303C

Tints of Brick Red #B3303C

RGB

 RED value IS 179 (70.31% from 255) = 62.37%

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

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

R = 62.37%
G = 16.72%
B = 20.91%

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

#B3303C (or 0xB3303C) is known color: Brick Red. HEX triplet: B3, 30 and 3C. RGB value is (179,48,60). Sum of RGB (Red+Green+Blue) = 179+48+60=287 (38% of max value = 765). Red value is 179 (70.31% from 255 or 62.37% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 179 - color contains mainly: red. Hex color #B3303C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3303C is #4CCFC3. Grayscale: #585858. Windows color (decimal): -5033924 or 3944627. OLE color: 3944627.

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

Color convert

RGB 179 48 60 -
CMYK 0 0.73 0.66 0.30
HSL 354.5º 0.58% 0.45% -
HSV(B) 354.5º 0.73% 0.7% -
XYZ 20.46 12.02 5.52 -
YUV 88.54 111.9 192.52 -
System Red Green Blue C M Y K H S L
Decimal 179 48 60 0 0.73 0.66 0.30 354.5 0.58 0.45
Hex B3 30 3C 0 49 42 1E 163 3A 2D
Octal 263 60 74 0 111 102 36 543 72 55
Binary 10110011 110000 111100 0 1001001 1000010 11110 101100011 111010 101101

Color Harmonies of #B3303C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3303C

Black with #B3303C

Text Example


Text Example

White with #B3303C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3303C; }

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

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

background-color css

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

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

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

border-color css

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

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

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