Html Css Color HEX #B73842 Brick Red

📋 copy color: '#B73842'

red 183 ◦ green 56 ◦ blue 66

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

Shades of Brick Red #B73842

Tints of Brick Red #B73842

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.36%

 BLUE value IS 66 (26.17% from 255) = 21.64%

R = 60%
G = 18.36%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B73842 (or 0xB73842) is known color: Brick Red. HEX triplet: B7, 38 and 42. RGB value is (183,56,66). Sum of RGB (Red+Green+Blue) = 183+56+66=305 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 66 (26.17% from 255 or 21.64% from 305); Max value from RGB is 183 - color contains mainly: red. Hex color #B73842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73842 is #48C7BD. Grayscale: #5F5F5F. Windows color (decimal): -4769726 or 4339895. OLE color: 4339895.

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

Color convert

RGB 183 56 66 -
CMYK 0 0.69 0.64 0.28
HSL 355.28º 0.53% 0.47% -
HSV(B) 355.28º 0.69% 0.72% -
XYZ 21.93 13.29 6.56 -
YUV 95.11 111.58 190.69 -
System Red Green Blue C M Y K H S L
Decimal 183 56 66 0 0.69 0.64 0.28 355.28 0.53 0.47
Hex B7 38 42 0 45 40 1C 163 35 2F
Octal 267 70 102 0 105 100 34 543 65 57
Binary 10110111 111000 1000010 0 1000101 1000000 11100 101100011 110101 101111

Color Harmonies of #B73842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73842

Black with #B73842

Text Example


Text Example

White with #B73842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73842; }

 p { color: rgb(183,56,66); }

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

background-color css

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

 a { background-color: rgb(183,56,66); }

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

border-color css

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

 span { border-color: rgb(183,56,66); }

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