Html Css Color HEX #C00448 Cardinal

📋 copy color: '#C00448'

red 192 ◦ green 4 ◦ blue 72

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

Shades of Cardinal #C00448

Tints of Cardinal #C00448

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.49%

 BLUE value IS 72 (28.52% from 255) = 26.87%

R = 71.64%
G = 1.49%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C00448 (or 0xC00448) is known color: Cardinal. HEX triplet: C0, 04 and 48. RGB value is (192,4,72). Sum of RGB (Red+Green+Blue) = 192+4+72=268 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.64% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 192 - color contains mainly: red. Hex color #C00448 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00448 is #3FFBB7. Grayscale: #434343. Windows color (decimal): -4193208 or 4719808. OLE color: 4719808.

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

Color convert

RGB 192 4 72 -
CMYK 0 0.98 0.63 0.25
HSL 338.3º 0.96% 0.38% -
HSV(B) 338.3º 0.98% 0.75% -
XYZ 22.95 11.76 7.19 -
YUV 67.96 130.28 216.47 -
System Red Green Blue C M Y K H S L
Decimal 192 4 72 0 0.98 0.63 0.25 338.3 0.96 0.38
Hex C0 4 48 0 62 3F 19 152 60 26
Octal 300 4 110 0 142 77 31 522 140 46
Binary 11000000 100 1001000 0 1100010 111111 11001 101010010 1100000 100110

Color Harmonies of #C00448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00448

Black with #C00448

Text Example


Text Example

White with #C00448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00448; }

 p { color: rgb(192,4,72); }

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

background-color css

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

 a { background-color: rgb(192,4,72); }

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

border-color css

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

 span { border-color: rgb(192,4,72); }

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