Html Css Color HEX #B73741 Brick Red

📋 copy color: '#B73741'

red 183 ◦ green 55 ◦ blue 65

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

Shades of Brick Red #B73741

Tints of Brick Red #B73741

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.15%

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

R = 60.4%
G = 18.15%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B73741 (or 0xB73741) is known color: Brick Red. HEX triplet: B7, 37 and 41. RGB value is (183,55,65). Sum of RGB (Red+Green+Blue) = 183+55+65=303 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.40% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 183 - color contains mainly: red. Hex color #B73741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73741 is #48C8BE. Grayscale: #5E5E5E. Windows color (decimal): -4769983 or 4274103. OLE color: 4274103.

HSL color Cylindrical-coordinate representation of color #B73741: hue angle of 355.31º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B73741 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 55 65 -
CMYK 0 0.70 0.64 0.28
HSL 355.31º 0.54% 0.47% -
HSV(B) 355.31º 0.7% 0.72% -
XYZ 21.85 13.18 6.39 -
YUV 94.41 111.41 191.19 -
System Red Green Blue C M Y K H S L
Decimal 183 55 65 0 0.70 0.64 0.28 355.31 0.54 0.47
Hex B7 37 41 0 46 40 1C 163 36 2F
Octal 267 67 101 0 106 100 34 543 66 57
Binary 10110111 110111 1000001 0 1000110 1000000 11100 101100011 110110 101111

Color Harmonies of #B73741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73741

Black with #B73741

Text Example


Text Example

White with #B73741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73741; }

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

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

background-color css

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

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

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

border-color css

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

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

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