Html Css Color HEX #B7333A Brick Red

📋 copy color: '#B7333A'

red 183 ◦ green 51 ◦ blue 58

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

Shades of Brick Red #B7333A

Tints of Brick Red #B7333A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.86%

R = 62.67%
G = 17.47%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B7333A (or 0xB7333A) is known color: Brick Red. HEX triplet: B7, 33 and 3A. RGB value is (183,51,58). Sum of RGB (Red+Green+Blue) = 183+51+58=292 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.67% from 292); Green value is 51 (20.31% from 255 or 17.47% from 292); Blue value is 58 (23.05% from 255 or 19.86% from 292); Max value from RGB is 183 - color contains mainly: red. Hex color #B7333A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7333A is #48CCC5. Grayscale: #5B5B5B. Windows color (decimal): -4771014 or 3814327. OLE color: 3814327.

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

Color convert

RGB 183 51 58 -
CMYK 0 0.72 0.68 0.28
HSL 356.82º 0.56% 0.46% -
HSV(B) 356.82º 0.72% 0.72% -
XYZ 21.48 12.74 5.33 -
YUV 91.27 109.23 193.43 -
System Red Green Blue C M Y K H S L
Decimal 183 51 58 0 0.72 0.68 0.28 356.82 0.56 0.46
Hex B7 33 3A 0 48 44 1C 165 38 2E
Octal 267 63 72 0 110 104 34 545 70 56
Binary 10110111 110011 111010 0 1001000 1000100 11100 101100101 111000 101110

Color Harmonies of #B7333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7333A

Black with #B7333A

Text Example


Text Example

White with #B7333A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7333A; }

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

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

background-color css

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

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

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

border-color css

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

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

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