Html Css Color HEX #CB184A Cardinal

📋 copy color: '#CB184A'

red 203 ◦ green 24 ◦ blue 74

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

Shades of Cardinal #CB184A

Tints of Cardinal #CB184A

RGB

 RED value IS 203 (79.69% from 255) = 67.44%

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

 BLUE value IS 74 (29.3% from 255) = 24.58%

R = 67.44%
G = 7.97%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB184A (or 0xCB184A) is known color: Cardinal. HEX triplet: CB, 18 and 4A. RGB value is (203,24,74). Sum of RGB (Red+Green+Blue) = 203+24+74=301 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.44% from 301); Green value is 24 (9.77% from 255 or 7.97% from 301); Blue value is 74 (29.30% from 255 or 24.58% from 301); Max value from RGB is 203 - color contains mainly: red. Hex color #CB184A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB184A is #34E7B5. Grayscale: #535353. Windows color (decimal): -3467190 or 4856011. OLE color: 4856011.

HSL color Cylindrical-coordinate representation of color #CB184A: hue angle of 343.24º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB184A is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 24 74 -
CMYK 0 0.88 0.64 0.20
HSL 343.24º 0.79% 0.45% -
HSV(B) 343.24º 0.88% 0.8% -
XYZ 26.19 13.84 7.77 -
YUV 83.22 122.8 213.43 -
System Red Green Blue C M Y K H S L
Decimal 203 24 74 0 0.88 0.64 0.20 343.24 0.79 0.45
Hex CB 18 4A 0 58 40 14 157 4F 2D
Octal 313 30 112 0 130 100 24 527 117 55
Binary 11001011 11000 1001010 0 1011000 1000000 10100 101010111 1001111 101101

Color Harmonies of #CB184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB184A

Black with #CB184A

Text Example


Text Example

White with #CB184A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB184A; }

 p { color: rgb(203,24,74); }

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

background-color css

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

 a { background-color: rgb(203,24,74); }

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

border-color css

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

 span { border-color: rgb(203,24,74); }

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