Html Css Color HEX #BC303A Brick Red

📋 copy color: '#BC303A'

red 188 ◦ green 48 ◦ blue 58

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

Shades of Brick Red #BC303A

Tints of Brick Red #BC303A

RGB

 RED value IS 188 (73.83% from 255) = 63.95%

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

 BLUE value IS 58 (23.05% from 255) = 19.73%

R = 63.95%
G = 16.33%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC303A (or 0xBC303A) is known color: Brick Red. HEX triplet: BC, 30 and 3A. RGB value is (188,48,58). Sum of RGB (Red+Green+Blue) = 188+48+58=294 (38% of max value = 765). Red value is 188 (73.83% from 255 or 63.95% from 294); Green value is 48 (19.14% from 255 or 16.33% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 188 - color contains mainly: red. Hex color #BC303A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC303A is #43CFC5. Grayscale: #5B5B5B. Windows color (decimal): -4444102 or 3813564. OLE color: 3813564.

HSL color Cylindrical-coordinate representation of color #BC303A: hue angle of 355.71º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC303A is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 48 58 -
CMYK 0 0.74 0.69 0.26
HSL 355.71º 0.59% 0.46% -
HSV(B) 355.71º 0.74% 0.74% -
XYZ 22.56 13.11 5.34 -
YUV 91 109.38 197.19 -
System Red Green Blue C M Y K H S L
Decimal 188 48 58 0 0.74 0.69 0.26 355.71 0.59 0.46
Hex BC 30 3A 0 4A 45 1A 164 3B 2E
Octal 274 60 72 0 112 105 32 544 73 56
Binary 10111100 110000 111010 0 1001010 1000101 11010 101100100 111011 101110

Color Harmonies of #BC303A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC303A

Black with #BC303A

Text Example


Text Example

White with #BC303A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC303A; }

 p { color: rgb(188,48,58); }

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

background-color css

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

 a { background-color: rgb(188,48,58); }

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

border-color css

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

 span { border-color: rgb(188,48,58); }

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