Html Css Color HEX #BB353D Brick Red

📋 copy color: '#BB353D'

red 187 ◦ green 53 ◦ blue 61

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

Shades of Brick Red #BB353D

Tints of Brick Red #BB353D

RGB

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

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

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

R = 62.13%
G = 17.61%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB353D (or 0xBB353D) is known color: Brick Red. HEX triplet: BB, 35 and 3D. RGB value is (187,53,61). Sum of RGB (Red+Green+Blue) = 187+53+61=301 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.13% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 187 - color contains mainly: red. Hex color #BB353D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB353D is #44CAC2. Grayscale: #5E5E5E. Windows color (decimal): -4508355 or 4011451. OLE color: 4011451.

HSL color Cylindrical-coordinate representation of color #BB353D: hue angle of 356.42º 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 #BB353D is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 53 61 -
CMYK 0 0.72 0.67 0.27
HSL 356.42º 0.56% 0.47% -
HSV(B) 356.42º 0.72% 0.73% -
XYZ 22.61 13.45 5.82 -
YUV 93.98 109.39 194.35 -
System Red Green Blue C M Y K H S L
Decimal 187 53 61 0 0.72 0.67 0.27 356.42 0.56 0.47
Hex BB 35 3D 0 48 43 1B 164 38 2F
Octal 273 65 75 0 110 103 33 544 70 57
Binary 10111011 110101 111101 0 1001000 1000011 11011 101100100 111000 101111

Color Harmonies of #BB353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB353D

Black with #BB353D

Text Example


Text Example

White with #BB353D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB353D; }

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

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

background-color css

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

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

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

border-color css

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

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

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