Html Css Color HEX #B73341 Brick Red

📋 copy color: '#B73341'

red 183 ◦ green 51 ◦ blue 65

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

Shades of Brick Red #B73341

Tints of Brick Red #B73341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.74%

R = 61.2%
G = 17.06%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B73341 (or 0xB73341) is known color: Brick Red. HEX triplet: B7, 33 and 41. RGB value is (183,51,65). Sum of RGB (Red+Green+Blue) = 183+51+65=299 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.20% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 183 - color contains mainly: red. Hex color #B73341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73341 is #48CCBE. Grayscale: #5C5C5C. Windows color (decimal): -4771007 or 4273079. OLE color: 4273079.

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

Color convert

RGB 183 51 65 -
CMYK 0 0.72 0.64 0.28
HSL 353.64º 0.56% 0.46% -
HSV(B) 353.64º 0.72% 0.72% -
XYZ 21.67 12.82 6.33 -
YUV 92.06 112.73 192.86 -
System Red Green Blue C M Y K H S L
Decimal 183 51 65 0 0.72 0.64 0.28 353.64 0.56 0.46
Hex B7 33 41 0 48 40 1C 162 38 2E
Octal 267 63 101 0 110 100 34 542 70 56
Binary 10110111 110011 1000001 0 1001000 1000000 11100 101100010 111000 101110

Color Harmonies of #B73341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73341

Black with #B73341

Text Example


Text Example

White with #B73341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73341; }

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

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

background-color css

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

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

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

border-color css

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

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

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