Html Css Color HEX #C00830 Cardinal

📋 copy color: '#C00830'

red 192 ◦ green 8 ◦ blue 48

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

Shades of Cardinal #C00830

Tints of Cardinal #C00830

RGB

 RED value IS 192 (75.39% from 255) = 77.42%

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

 BLUE value IS 48 (19.14% from 255) = 19.35%

R = 77.42%
G = 3.23%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#C00830 (or 0xC00830) is known color: Cardinal. HEX triplet: C0, 08 and 30. RGB value is (192,8,48). Sum of RGB (Red+Green+Blue) = 192+8+48=248 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.42% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 48 (19.14% from 255 or 19.35% from 248); Max value from RGB is 192 - color contains mainly: red. Hex color #C00830 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00830 is #3FF7CF. Grayscale: #434343. Windows color (decimal): -4192208 or 3147968. OLE color: 3147968.

HSL color Cylindrical-coordinate representation of color #C00830: hue angle of 346.96º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C00830 is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 8 48 -
CMYK 0 0.96 0.75 0.25
HSL 346.96º 0.92% 0.39% -
HSV(B) 346.96º 0.96% 0.75% -
XYZ 22.36 11.59 3.86 -
YUV 67.58 116.96 216.75 -
System Red Green Blue C M Y K H S L
Decimal 192 8 48 0 0.96 0.75 0.25 346.96 0.92 0.39
Hex C0 8 30 0 60 4B 19 15B 5C 27
Octal 300 10 60 0 140 113 31 533 134 47
Binary 11000000 1000 110000 0 1100000 1001011 11001 101011011 1011100 100111

Color Harmonies of #C00830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00830

Black with #C00830

Text Example


Text Example

White with #C00830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00830; }

 p { color: rgb(192,8,48); }

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

background-color css

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

 a { background-color: rgb(192,8,48); }

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

border-color css

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

 span { border-color: rgb(192,8,48); }

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