Html Css Color HEX #B30023 Venetian Red

📋 copy color: '#B30023'

red 179 ◦ green 0 ◦ blue 35

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

Shades of Venetian Red #B30023

Tints of Venetian Red #B30023

RGB

 RED value IS 179 (70.31% from 255) = 83.64%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 83.64%
G = 0%
B = 16.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B30023 (or 0xB30023) is known color: Venetian Red. HEX triplet: B3, 00 and 23. RGB value is (179,0,35). Sum of RGB (Red+Green+Blue) = 179+0+35=214 (28% of max value = 765). Red value is 179 (70.31% from 255 or 83.64% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 35 (14.06% from 255 or 16.36% from 214); Max value from RGB is 179 - color contains mainly: red. Hex color #B30023 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30023 is #4CFFDC. Grayscale: #393939. Windows color (decimal): -5046237 or 2293939. OLE color: 2293939.

HSL color Cylindrical-coordinate representation of color #B30023: hue angle of 348.27º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B30023 is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 0 35 -
CMYK 0 1 0.80 0.30
HSL 348.27º 1% 0.35% -
HSV(B) 348.27º 1% 0.7% -
XYZ 18.89 9.71 2.47 -
YUV 57.51 115.3 214.65 -
System Red Green Blue C M Y K H S L
Decimal 179 0 35 0 1 0.80 0.30 348.27 1 0.35
Hex B3 0 23 0 64 50 1E 15C 64 23
Octal 263 0 43 0 144 120 36 534 144 43
Binary 10110011 0 100011 0 1100100 1010000 11110 101011100 1100100 100011

Color Harmonies of #B30023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30023

Black with #B30023

Text Example


Text Example

White with #B30023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30023; }

 p { color: rgb(179,0,35); }

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

background-color css

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

 a { background-color: rgb(179,0,35); }

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

border-color css

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

 span { border-color: rgb(179,0,35); }

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