Html Css Color HEX #C00943 Cardinal

📋 copy color: '#C00943'

red 192 ◦ green 9 ◦ blue 67

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

Shades of Cardinal #C00943

Tints of Cardinal #C00943

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.36%

 BLUE value IS 67 (26.56% from 255) = 25%

R = 71.64%
G = 3.36%
B = 25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C00943 (or 0xC00943) is known color: Cardinal. HEX triplet: C0, 09 and 43. RGB value is (192,9,67). Sum of RGB (Red+Green+Blue) = 192+9+67=268 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.64% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 67 (26.56% from 255 or 25% from 268); Max value from RGB is 192 - color contains mainly: red. Hex color #C00943 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00943 is #3FF6BC. Grayscale: #464646. Windows color (decimal): -4191933 or 4393408. OLE color: 4393408.

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

Color convert

RGB 192 9 67 -
CMYK 0 0.95 0.65 0.25
HSL 340.98º 0.91% 0.39% -
HSV(B) 340.98º 0.95% 0.75% -
XYZ 22.85 11.81 6.38 -
YUV 70.33 126.13 214.78 -
System Red Green Blue C M Y K H S L
Decimal 192 9 67 0 0.95 0.65 0.25 340.98 0.91 0.39
Hex C0 9 43 0 5F 41 19 155 5B 27
Octal 300 11 103 0 137 101 31 525 133 47
Binary 11000000 1001 1000011 0 1011111 1000001 11001 101010101 1011011 100111

Color Harmonies of #C00943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00943

Black with #C00943

Text Example


Text Example

White with #C00943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00943; }

 p { color: rgb(192,9,67); }

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

background-color css

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

 a { background-color: rgb(192,9,67); }

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

border-color css

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

 span { border-color: rgb(192,9,67); }

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