Html Css Color HEX #B60823 Venetian Red

📋 copy color: '#B60823'

red 182 ◦ green 8 ◦ blue 35

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

Shades of Venetian Red #B60823

Tints of Venetian Red #B60823

RGB

 RED value IS 182 (71.48% from 255) = 80.89%

 GREEN value IS 8 (3.52% from 255) = 3.56%

 BLUE value IS 35 (14.06% from 255) = 15.56%

R = 80.89%
G = 3.56%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B60823 (or 0xB60823) is known color: Venetian Red. HEX triplet: B6, 08 and 23. RGB value is (182,8,35). Sum of RGB (Red+Green+Blue) = 182+8+35=225 (29% of max value = 765). Red value is 182 (71.48% from 255 or 80.89% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 35 (14.06% from 255 or 15.56% from 225); Max value from RGB is 182 - color contains mainly: red. Hex color #B60823 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60823 is #49F7DC. Grayscale: #3F3F3F. Windows color (decimal): -4847581 or 2295990. OLE color: 2295990.

HSL color Cylindrical-coordinate representation of color #B60823: hue angle of 350.69º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B60823 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 8 35 -
CMYK 0 0.96 0.81 0.29
HSL 350.69º 0.92% 0.37% -
HSV(B) 350.69º 0.96% 0.71% -
XYZ 19.68 10.24 2.53 -
YUV 63.1 112.15 212.8 -
System Red Green Blue C M Y K H S L
Decimal 182 8 35 0 0.96 0.81 0.29 350.69 0.92 0.37
Hex B6 8 23 0 60 51 1D 15F 5C 25
Octal 266 10 43 0 140 121 35 537 134 45
Binary 10110110 1000 100011 0 1100000 1010001 11101 101011111 1011100 100101

Color Harmonies of #B60823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60823

Black with #B60823

Text Example


Text Example

White with #B60823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60823; }

 p { color: rgb(182,8,35); }

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

background-color css

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

 a { background-color: rgb(182,8,35); }

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

border-color css

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

 span { border-color: rgb(182,8,35); }

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