Html Css Color HEX #C4023A Cardinal

📋 copy color: '#C4023A'

red 196 ◦ green 2 ◦ blue 58

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

Shades of Cardinal #C4023A

Tints of Cardinal #C4023A

RGB

 RED value IS 196 (76.95% from 255) = 76.56%

 GREEN value IS 2 (1.17% from 255) = 0.78%

 BLUE value IS 58 (23.05% from 255) = 22.66%

R = 76.56%
G = 0.78%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C4023A (or 0xC4023A) is known color: Cardinal. HEX triplet: C4, 02 and 3A. RGB value is (196,2,58). Sum of RGB (Red+Green+Blue) = 196+2+58=256 (33% of max value = 765). Red value is 196 (76.95% from 255 or 76.56% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 196 - color contains mainly: red. Hex color #C4023A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4023A is #3BFDC5. Grayscale: #424242. Windows color (decimal): -3931590 or 3801796. OLE color: 3801796.

HSL color Cylindrical-coordinate representation of color #C4023A: hue angle of 342.68º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C4023A is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 2 58 -
CMYK 0 0.99 0.70 0.23
HSL 342.68º 0.98% 0.39% -
HSV(B) 342.68º 0.99% 0.77% -
XYZ 23.55 12.08 5.09 -
YUV 66.39 123.27 220.45 -
System Red Green Blue C M Y K H S L
Decimal 196 2 58 0 0.99 0.70 0.23 342.68 0.98 0.39
Hex C4 2 3A 0 63 46 17 157 62 27
Octal 304 2 72 0 143 106 27 527 142 47
Binary 11000100 10 111010 0 1100011 1000110 10111 101010111 1100010 100111

Color Harmonies of #C4023A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4023A

Black with #C4023A

Text Example


Text Example

White with #C4023A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4023A; }

 p { color: rgb(196,2,58); }

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

background-color css

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

 a { background-color: rgb(196,2,58); }

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

border-color css

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

 span { border-color: rgb(196,2,58); }

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