Html Css Color HEX #BE182D Cardinal

📋 copy color: '#BE182D'

red 190 ◦ green 24 ◦ blue 45

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

Shades of Cardinal #BE182D

Tints of Cardinal #BE182D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.37%

R = 73.36%
G = 9.27%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BE182D (or 0xBE182D) is known color: Cardinal. HEX triplet: BE, 18 and 2D. RGB value is (190,24,45). Sum of RGB (Red+Green+Blue) = 190+24+45=259 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.36% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 45 (17.97% from 255 or 17.37% from 259); Max value from RGB is 190 - color contains mainly: red. Hex color #BE182D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE182D is #41E7D2. Grayscale: #4C4C4C. Windows color (decimal): -4319187 or 2955454. OLE color: 2955454.

HSL color Cylindrical-coordinate representation of color #BE182D: hue angle of 352.41º 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 #BE182D is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 24 45 -
CMYK 0 0.87 0.76 0.25
HSL 352.41º 0.78% 0.42% -
HSV(B) 352.41º 0.87% 0.75% -
XYZ 22.04 11.79 3.6 -
YUV 76.03 110.5 209.29 -
System Red Green Blue C M Y K H S L
Decimal 190 24 45 0 0.87 0.76 0.25 352.41 0.78 0.42
Hex BE 18 2D 0 57 4C 19 160 4E 2A
Octal 276 30 55 0 127 114 31 540 116 52
Binary 10111110 11000 101101 0 1010111 1001100 11001 101100000 1001110 101010

Color Harmonies of #BE182D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE182D

Black with #BE182D

Text Example


Text Example

White with #BE182D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE182D; }

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

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

background-color css

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

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

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

border-color css

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

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

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