Html Css Color HEX #C4091B Venetian Red

📋 copy color: '#C4091B'

red 196 ◦ green 9 ◦ blue 27

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

Shades of Venetian Red #C4091B

Tints of Venetian Red #C4091B

RGB

 RED value IS 196 (76.95% from 255) = 84.48%

 GREEN value IS 9 (3.91% from 255) = 3.88%

 BLUE value IS 27 (10.94% from 255) = 11.64%

R = 84.48%
G = 3.88%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C4091B (or 0xC4091B) is known color: Venetian Red. HEX triplet: C4, 09 and 1B. RGB value is (196,9,27). Sum of RGB (Red+Green+Blue) = 196+9+27=232 (30% of max value = 765). Red value is 196 (76.95% from 255 or 84.48% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 27 (10.94% from 255 or 11.64% from 232); Max value from RGB is 196 - color contains mainly: red. Hex color #C4091B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4091B is #3BF6E4. Grayscale: #434343. Windows color (decimal): -3929829 or 1771972. OLE color: 1771972.

HSL color Cylindrical-coordinate representation of color #C4091B: hue angle of 354.22º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C4091B is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 9 27 -
CMYK 0 0.95 0.86 0.23
HSL 354.22º 0.91% 0.4% -
HSV(B) 354.22º 0.95% 0.77% -
XYZ 23.06 12.01 2.14 -
YUV 66.97 105.45 220.04 -
System Red Green Blue C M Y K H S L
Decimal 196 9 27 0 0.95 0.86 0.23 354.22 0.91 0.4
Hex C4 9 1B 0 5F 56 17 162 5B 28
Octal 304 11 33 0 137 126 27 542 133 50
Binary 11000100 1001 11011 0 1011111 1010110 10111 101100010 1011011 101000

Color Harmonies of #C4091B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4091B

Black with #C4091B

Text Example


Text Example

White with #C4091B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4091B; }

 p { color: rgb(196,9,27); }

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

background-color css

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

 a { background-color: rgb(196,9,27); }

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

border-color css

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

 span { border-color: rgb(196,9,27); }

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