Html Css Color HEX #BB3D44 Brick Red

📋 copy color: '#BB3D44'

red 187 ◦ green 61 ◦ blue 68

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

Shades of Brick Red #BB3D44

Tints of Brick Red #BB3D44

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.3%

 BLUE value IS 68 (26.95% from 255) = 21.52%

R = 59.18%
G = 19.3%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BB3D44 (or 0xBB3D44) is known color: Brick Red. HEX triplet: BB, 3D and 44. RGB value is (187,61,68). Sum of RGB (Red+Green+Blue) = 187+61+68=316 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.18% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 68 (26.95% from 255 or 21.52% from 316); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3D44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3D44 is #44C2BB. Grayscale: #636363. Windows color (decimal): -4506300 or 4472251. OLE color: 4472251.

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

Color convert

RGB 187 61 68 -
CMYK 0 0.67 0.64 0.27
HSL 356.67º 0.51% 0.49% -
HSV(B) 356.67º 0.67% 0.73% -
XYZ 23.21 14.32 7.01 -
YUV 99.47 110.24 190.43 -
System Red Green Blue C M Y K H S L
Decimal 187 61 68 0 0.67 0.64 0.27 356.67 0.51 0.49
Hex BB 3D 44 0 43 40 1B 165 33 31
Octal 273 75 104 0 103 100 33 545 63 61
Binary 10111011 111101 1000100 0 1000011 1000000 11011 101100101 110011 110001

Color Harmonies of #BB3D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3D44

Black with #BB3D44

Text Example


Text Example

White with #BB3D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3D44; }

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

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

background-color css

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

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

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

border-color css

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

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

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