Html Css Color HEX #BB303D Brick Red

📋 copy color: '#BB303D'

red 187 ◦ green 48 ◦ blue 61

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

Shades of Brick Red #BB303D

Tints of Brick Red #BB303D

RGB

 RED value IS 187 (73.44% from 255) = 63.18%

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

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

R = 63.18%
G = 16.22%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB303D (or 0xBB303D) is known color: Brick Red. HEX triplet: BB, 30 and 3D. RGB value is (187,48,61). Sum of RGB (Red+Green+Blue) = 187+48+61=296 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.18% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 187 - color contains mainly: red. Hex color #BB303D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB303D is #44CFC2. Grayscale: #5B5B5B. Windows color (decimal): -4509635 or 4010171. OLE color: 4010171.

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

Color convert

RGB 187 48 61 -
CMYK 0 0.74 0.67 0.27
HSL 354.39º 0.59% 0.46% -
HSV(B) 354.39º 0.74% 0.73% -
XYZ 22.39 13.02 5.75 -
YUV 91.04 111.05 196.44 -
System Red Green Blue C M Y K H S L
Decimal 187 48 61 0 0.74 0.67 0.27 354.39 0.59 0.46
Hex BB 30 3D 0 4A 43 1B 162 3B 2E
Octal 273 60 75 0 112 103 33 542 73 56
Binary 10111011 110000 111101 0 1001010 1000011 11011 101100010 111011 101110

Color Harmonies of #BB303D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB303D

Black with #BB303D

Text Example


Text Example

White with #BB303D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB303D; }

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

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

background-color css

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

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

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

border-color css

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

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

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