Html Css Color HEX #B7333C Brick Red

📋 copy color: '#B7333C'

red 183 ◦ green 51 ◦ blue 60

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

Shades of Brick Red #B7333C

Tints of Brick Red #B7333C

RGB

 RED value IS 183 (71.88% from 255) = 62.24%

 GREEN value IS 51 (20.31% from 255) = 17.35%

 BLUE value IS 60 (23.83% from 255) = 20.41%

R = 62.24%
G = 17.35%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#B7333C (or 0xB7333C) is known color: Brick Red. HEX triplet: B7, 33 and 3C. RGB value is (183,51,60). Sum of RGB (Red+Green+Blue) = 183+51+60=294 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.24% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 183 - color contains mainly: red. Hex color #B7333C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7333C is #48CCC3. Grayscale: #5B5B5B. Windows color (decimal): -4771012 or 3945399. OLE color: 3945399.

HSL color Cylindrical-coordinate representation of color #B7333C: hue angle of 355.91º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B7333C is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 51 60 -
CMYK 0 0.72 0.67 0.28
HSL 355.91º 0.56% 0.46% -
HSV(B) 355.91º 0.72% 0.72% -
XYZ 21.53 12.76 5.6 -
YUV 91.49 110.23 193.27 -
System Red Green Blue C M Y K H S L
Decimal 183 51 60 0 0.72 0.67 0.28 355.91 0.56 0.46
Hex B7 33 3C 0 48 43 1C 164 38 2E
Octal 267 63 74 0 110 103 34 544 70 56
Binary 10110111 110011 111100 0 1001000 1000011 11100 101100100 111000 101110

Color Harmonies of #B7333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7333C

Black with #B7333C

Text Example


Text Example

White with #B7333C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7333C; }

 p { color: rgb(183,51,60); }

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

background-color css

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

 a { background-color: rgb(183,51,60); }

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

border-color css

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

 span { border-color: rgb(183,51,60); }

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