Html Css Color HEX #C0184B Cardinal

📋 copy color: '#C0184B'

red 192 ◦ green 24 ◦ blue 75

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

Shades of Cardinal #C0184B

Tints of Cardinal #C0184B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.25%

 BLUE value IS 75 (29.69% from 255) = 25.77%

R = 65.98%
G = 8.25%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0184B (or 0xC0184B) is known color: Cardinal. HEX triplet: C0, 18 and 4B. RGB value is (192,24,75). Sum of RGB (Red+Green+Blue) = 192+24+75=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C0184B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0184B is #3FE7B4. Grayscale: #505050. Windows color (decimal): -4188085 or 4921536. OLE color: 4921536.

HSL color Cylindrical-coordinate representation of color #C0184B: hue angle of 341.79º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C0184B is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 24 75 -
CMYK 0 0.88 0.61 0.25
HSL 341.79º 0.78% 0.42% -
HSV(B) 341.79º 0.88% 0.75% -
XYZ 23.33 12.37 7.81 -
YUV 80.05 125.16 207.85 -
System Red Green Blue C M Y K H S L
Decimal 192 24 75 0 0.88 0.61 0.25 341.79 0.78 0.42
Hex C0 18 4B 0 58 3D 19 156 4E 2A
Octal 300 30 113 0 130 75 31 526 116 52
Binary 11000000 11000 1001011 0 1011000 111101 11001 101010110 1001110 101010

Color Harmonies of #C0184B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0184B

Black with #C0184B

Text Example


Text Example

White with #C0184B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0184B; }

 p { color: rgb(192,24,75); }

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

background-color css

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

 a { background-color: rgb(192,24,75); }

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

border-color css

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

 span { border-color: rgb(192,24,75); }

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