Html Css Color HEX #C0003D Cardinal

📋 copy color: '#C0003D'

red 192 ◦ green 0 ◦ blue 61

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

Shades of Cardinal #C0003D

Tints of Cardinal #C0003D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.11%

R = 75.89%
G = 0%
B = 24.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C0003D (or 0xC0003D) is known color: Cardinal. HEX triplet: C0, 00 and 3D. RGB value is (192,0,61). Sum of RGB (Red+Green+Blue) = 192+0+61=253 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.89% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 192 - color contains mainly: red. Hex color #C0003D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0003D is #3FFFC2. Grayscale: #404040. Windows color (decimal): -4194243 or 3997888. OLE color: 3997888.

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

Color convert

RGB 192 0 61 -
CMYK 0 1 0.68 0.25
HSL 340.94º 1% 0.38% -
HSV(B) 340.94º 1% 0.75% -
XYZ 22.58 11.54 5.45 -
YUV 64.36 126.11 219.04 -
System Red Green Blue C M Y K H S L
Decimal 192 0 61 0 1 0.68 0.25 340.94 1 0.38
Hex C0 0 3D 0 64 44 19 155 64 26
Octal 300 0 75 0 144 104 31 525 144 46
Binary 11000000 0 111101 0 1100100 1000100 11001 101010101 1100100 100110

Color Harmonies of #C0003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0003D

Black with #C0003D

Text Example


Text Example

White with #C0003D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0003D; }

 p { color: rgb(192,0,61); }

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

background-color css

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

 a { background-color: rgb(192,0,61); }

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

border-color css

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

 span { border-color: rgb(192,0,61); }

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