Html Css Color HEX #C00833 Cardinal

📋 copy color: '#C00833'

red 192 ◦ green 8 ◦ blue 51

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

Shades of Cardinal #C00833

Tints of Cardinal #C00833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.32%

R = 76.49%
G = 3.19%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C00833 (or 0xC00833) is known color: Cardinal. HEX triplet: C0, 08 and 33. RGB value is (192,8,51). Sum of RGB (Red+Green+Blue) = 192+8+51=251 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.49% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 51 (20.31% from 255 or 20.32% from 251); Max value from RGB is 192 - color contains mainly: red. Hex color #C00833 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00833 is #3FF7CC. Grayscale: #434343. Windows color (decimal): -4192205 or 3344576. OLE color: 3344576.

HSL color Cylindrical-coordinate representation of color #C00833: hue angle of 345.98º 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 #C00833 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 8 51 -
CMYK 0 0.96 0.73 0.25
HSL 345.98º 0.92% 0.39% -
HSV(B) 345.98º 0.96% 0.75% -
XYZ 22.42 11.62 4.19 -
YUV 67.92 118.46 216.5 -
System Red Green Blue C M Y K H S L
Decimal 192 8 51 0 0.96 0.73 0.25 345.98 0.92 0.39
Hex C0 8 33 0 60 49 19 15A 5C 27
Octal 300 10 63 0 140 111 31 532 134 47
Binary 11000000 1000 110011 0 1100000 1001001 11001 101011010 1011100 100111

Color Harmonies of #C00833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00833

Black with #C00833

Text Example


Text Example

White with #C00833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00833; }

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

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

background-color css

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

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

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

border-color css

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

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

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