Html Css Color HEX #BE183B Cardinal

📋 copy color: '#BE183B'

red 190 ◦ green 24 ◦ blue 59

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

Shades of Cardinal #BE183B

Tints of Cardinal #BE183B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.61%

R = 69.6%
G = 8.79%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BE183B (or 0xBE183B) is known color: Cardinal. HEX triplet: BE, 18 and 3B. RGB value is (190,24,59). Sum of RGB (Red+Green+Blue) = 190+24+59=273 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.60% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 59 (23.44% from 255 or 21.61% from 273); Max value from RGB is 190 - color contains mainly: red. Hex color #BE183B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE183B is #41E7C4. Grayscale: #4D4D4D. Windows color (decimal): -4319173 or 3872958. OLE color: 3872958.

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

Color convert

RGB 190 24 59 -
CMYK 0 0.87 0.69 0.25
HSL 347.35º 0.78% 0.42% -
HSV(B) 347.35º 0.87% 0.75% -
XYZ 22.35 11.92 5.26 -
YUV 77.62 117.5 208.15 -
System Red Green Blue C M Y K H S L
Decimal 190 24 59 0 0.87 0.69 0.25 347.35 0.78 0.42
Hex BE 18 3B 0 57 45 19 15B 4E 2A
Octal 276 30 73 0 127 105 31 533 116 52
Binary 10111110 11000 111011 0 1010111 1000101 11001 101011011 1001110 101010

Color Harmonies of #BE183B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE183B

Black with #BE183B

Text Example


Text Example

White with #BE183B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE183B; }

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

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

background-color css

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

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

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

border-color css

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

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

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