Html Css Color HEX #BE182C Cardinal

📋 copy color: '#BE182C'

red 190 ◦ green 24 ◦ blue 44

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

Shades of Cardinal #BE182C

Tints of Cardinal #BE182C

RGB

 RED value IS 190 (74.61% from 255) = 73.64%

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

 BLUE value IS 44 (17.58% from 255) = 17.05%

R = 73.64%
G = 9.3%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE182C (or 0xBE182C) is known color: Cardinal. HEX triplet: BE, 18 and 2C. RGB value is (190,24,44). Sum of RGB (Red+Green+Blue) = 190+24+44=258 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.64% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 44 (17.58% from 255 or 17.05% from 258); Max value from RGB is 190 - color contains mainly: red. Hex color #BE182C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE182C is #41E7D3. Grayscale: #4C4C4C. Windows color (decimal): -4319188 or 2889918. OLE color: 2889918.

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

Color convert

RGB 190 24 44 -
CMYK 0 0.87 0.77 0.25
HSL 352.77º 0.78% 0.42% -
HSV(B) 352.77º 0.87% 0.75% -
XYZ 22.02 11.78 3.5 -
YUV 75.91 110 209.37 -
System Red Green Blue C M Y K H S L
Decimal 190 24 44 0 0.87 0.77 0.25 352.77 0.78 0.42
Hex BE 18 2C 0 57 4D 19 161 4E 2A
Octal 276 30 54 0 127 115 31 541 116 52
Binary 10111110 11000 101100 0 1010111 1001101 11001 101100001 1001110 101010

Color Harmonies of #BE182C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE182C

Black with #BE182C

Text Example


Text Example

White with #BE182C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE182C; }

 p { color: rgb(190,24,44); }

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

background-color css

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

 a { background-color: rgb(190,24,44); }

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

border-color css

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

 span { border-color: rgb(190,24,44); }

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