Html Css Color HEX #C00348 Cardinal

📋 copy color: '#C00348'

red 192 ◦ green 3 ◦ blue 72

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

Shades of Cardinal #C00348

Tints of Cardinal #C00348

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

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

R = 71.91%
G = 1.12%
B = 26.97%

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

#C00348 (or 0xC00348) is known color: Cardinal. HEX triplet: C0, 03 and 48. RGB value is (192,3,72). Sum of RGB (Red+Green+Blue) = 192+3+72=267 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.91% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 72 (28.52% from 255 or 26.97% from 267); Max value from RGB is 192 - color contains mainly: red. Hex color #C00348 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00348 is #3FFCB7. Grayscale: #434343. Windows color (decimal): -4193464 or 4719552. OLE color: 4719552.

HSL color Cylindrical-coordinate representation of color #C00348: hue angle of 338.1º degrees, saturation: 0.97, 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 #C00348 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 3 72 -
CMYK 0 0.98 0.63 0.25
HSL 338.1º 0.97% 0.38% -
HSV(B) 338.1º 0.98% 0.75% -
XYZ 22.94 11.74 7.19 -
YUV 67.38 130.62 216.89 -
System Red Green Blue C M Y K H S L
Decimal 192 3 72 0 0.98 0.63 0.25 338.1 0.97 0.38
Hex C0 3 48 0 62 3F 19 152 61 26
Octal 300 3 110 0 142 77 31 522 141 46
Binary 11000000 11 1001000 0 1100010 111111 11001 101010010 1100001 100110

Color Harmonies of #C00348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00348

Black with #C00348

Text Example


Text Example

White with #C00348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00348; }

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

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

background-color css

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

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

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

border-color css

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

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

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