Html Css Color HEX #BB353F Brick Red

📋 copy color: '#BB353F'

red 187 ◦ green 53 ◦ blue 63

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

Shades of Brick Red #BB353F

Tints of Brick Red #BB353F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.49%

 BLUE value IS 63 (25% from 255) = 20.79%

R = 61.72%
G = 17.49%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB353F (or 0xBB353F) is known color: Brick Red. HEX triplet: BB, 35 and 3F. RGB value is (187,53,63). Sum of RGB (Red+Green+Blue) = 187+53+63=303 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.72% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 63 (25% from 255 or 20.79% from 303); Max value from RGB is 187 - color contains mainly: red. Hex color #BB353F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB353F is #44CAC0. Grayscale: #5E5E5E. Windows color (decimal): -4508353 or 4142523. OLE color: 4142523.

HSL color Cylindrical-coordinate representation of color #BB353F: hue angle of 355.52º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB353F is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 53 63 -
CMYK 0 0.72 0.66 0.27
HSL 355.52º 0.56% 0.47% -
HSV(B) 355.52º 0.72% 0.73% -
XYZ 22.66 13.47 6.11 -
YUV 94.21 110.39 194.19 -
System Red Green Blue C M Y K H S L
Decimal 187 53 63 0 0.72 0.66 0.27 355.52 0.56 0.47
Hex BB 35 3F 0 48 42 1B 164 38 2F
Octal 273 65 77 0 110 102 33 544 70 57
Binary 10111011 110101 111111 0 1001000 1000010 11011 101100100 111000 101111

Color Harmonies of #BB353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB353F

Black with #BB353F

Text Example


Text Example

White with #BB353F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB353F; }

 p { color: rgb(187,53,63); }

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

background-color css

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

 a { background-color: rgb(187,53,63); }

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

border-color css

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

 span { border-color: rgb(187,53,63); }

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