Html Css Color HEX #B60123 Venetian Red

📋 copy color: '#B60123'

red 182 ◦ green 1 ◦ blue 35

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

Shades of Venetian Red #B60123

Tints of Venetian Red #B60123

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

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

R = 83.49%
G = 0.46%
B = 16.06%

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

#B60123 (or 0xB60123) is known color: Venetian Red. HEX triplet: B6, 01 and 23. RGB value is (182,1,35). Sum of RGB (Red+Green+Blue) = 182+1+35=218 (28% of max value = 765). Red value is 182 (71.48% from 255 or 83.49% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 35 (14.06% from 255 or 16.06% from 218); Max value from RGB is 182 - color contains mainly: red. Hex color #B60123 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60123 is #49FEDC. Grayscale: #3B3B3B. Windows color (decimal): -4849373 or 2294198. OLE color: 2294198.

HSL color Cylindrical-coordinate representation of color #B60123: hue angle of 348.73º degrees, saturation: 0.99, 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 #B60123 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 1 35 -
CMYK 0 0.99 0.81 0.29
HSL 348.73º 0.99% 0.36% -
HSV(B) 348.73º 0.99% 0.71% -
XYZ 19.61 10.09 2.5 -
YUV 59 114.47 215.74 -
System Red Green Blue C M Y K H S L
Decimal 182 1 35 0 0.99 0.81 0.29 348.73 0.99 0.36
Hex B6 1 23 0 63 51 1D 15D 63 24
Octal 266 1 43 0 143 121 35 535 143 44
Binary 10110110 1 100011 0 1100011 1010001 11101 101011101 1100011 100100

Color Harmonies of #B60123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60123

Black with #B60123

Text Example


Text Example

White with #B60123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60123; }

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

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

background-color css

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

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

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

border-color css

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

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

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