Html Css Color HEX #BE083A Cardinal

📋 copy color: '#BE083A'

red 190 ◦ green 8 ◦ blue 58

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

Shades of Cardinal #BE083A

Tints of Cardinal #BE083A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.13%

 BLUE value IS 58 (23.05% from 255) = 22.66%

R = 74.22%
G = 3.13%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BE083A (or 0xBE083A) is known color: Cardinal. HEX triplet: BE, 08 and 3A. RGB value is (190,8,58). Sum of RGB (Red+Green+Blue) = 190+8+58=256 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.22% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 190 - color contains mainly: red. Hex color #BE083A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE083A is #41F7C5. Grayscale: #444444. Windows color (decimal): -4323270 or 3803326. OLE color: 3803326.

HSL color Cylindrical-coordinate representation of color #BE083A: hue angle of 343.52º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE083A is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 8 58 -
CMYK 0 0.96 0.69 0.25
HSL 343.52º 0.92% 0.39% -
HSV(B) 343.52º 0.96% 0.75% -
XYZ 22.09 11.43 5.04 -
YUV 68.12 122.3 214.93 -
System Red Green Blue C M Y K H S L
Decimal 190 8 58 0 0.96 0.69 0.25 343.52 0.92 0.39
Hex BE 8 3A 0 60 45 19 158 5C 27
Octal 276 10 72 0 140 105 31 530 134 47
Binary 10111110 1000 111010 0 1100000 1000101 11001 101011000 1011100 100111

Color Harmonies of #BE083A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE083A

Black with #BE083A

Text Example


Text Example

White with #BE083A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE083A; }

 p { color: rgb(190,8,58); }

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

background-color css

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

 a { background-color: rgb(190,8,58); }

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

border-color css

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

 span { border-color: rgb(190,8,58); }

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