Html Css Color HEX #B60223 Venetian Red

📋 copy color: '#B60223'

red 182 ◦ green 2 ◦ blue 35

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

Shades of Venetian Red #B60223

Tints of Venetian Red #B60223

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.91%

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

R = 83.11%
G = 0.91%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B60223 (or 0xB60223) is known color: Venetian Red. HEX triplet: B6, 02 and 23. RGB value is (182,2,35). Sum of RGB (Red+Green+Blue) = 182+2+35=219 (29% of max value = 765). Red value is 182 (71.48% from 255 or 83.11% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 35 (14.06% from 255 or 15.98% from 219); Max value from RGB is 182 - color contains mainly: red. Hex color #B60223 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60223 is #49FDDC. Grayscale: #3B3B3B. Windows color (decimal): -4849117 or 2294454. OLE color: 2294454.

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

Color convert

RGB 182 2 35 -
CMYK 0 0.99 0.81 0.29
HSL 349º 0.98% 0.36% -
HSV(B) 349º 0.99% 0.71% -
XYZ 19.62 10.11 2.51 -
YUV 59.58 114.13 215.32 -
System Red Green Blue C M Y K H S L
Decimal 182 2 35 0 0.99 0.81 0.29 349 0.98 0.36
Hex B6 2 23 0 63 51 1D 15D 62 24
Octal 266 2 43 0 143 121 35 535 142 44
Binary 10110110 10 100011 0 1100011 1010001 11101 101011101 1100010 100100

Color Harmonies of #B60223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60223

Black with #B60223

Text Example


Text Example

White with #B60223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60223; }

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

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

background-color css

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

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

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

border-color css

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

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

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