Html Css Color HEX #BE083B Cardinal

📋 copy color: '#BE083B'

red 190 ◦ green 8 ◦ blue 59

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

Shades of Cardinal #BE083B

Tints of Cardinal #BE083B

RGB

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

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

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

R = 73.93%
G = 3.11%
B = 22.96%

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

#BE083B (or 0xBE083B) is known color: Cardinal. HEX triplet: BE, 08 and 3B. RGB value is (190,8,59). Sum of RGB (Red+Green+Blue) = 190+8+59=257 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.93% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 59 (23.44% from 255 or 22.96% from 257); Max value from RGB is 190 - color contains mainly: red. Hex color #BE083B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE083B is #41F7C4. Grayscale: #444444. Windows color (decimal): -4323269 or 3868862. OLE color: 3868862.

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

Color convert

RGB 190 8 59 -
CMYK 0 0.96 0.69 0.25
HSL 343.19º 0.92% 0.39% -
HSV(B) 343.19º 0.96% 0.75% -
XYZ 22.11 11.44 5.18 -
YUV 68.23 122.8 214.85 -
System Red Green Blue C M Y K H S L
Decimal 190 8 59 0 0.96 0.69 0.25 343.19 0.92 0.39
Hex BE 8 3B 0 60 45 19 157 5C 27
Octal 276 10 73 0 140 105 31 527 134 47
Binary 10111110 1000 111011 0 1100000 1000101 11001 101010111 1011100 100111

Color Harmonies of #BE083B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE083B

Black with #BE083B

Text Example


Text Example

White with #BE083B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE083B; }

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

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

background-color css

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

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

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

border-color css

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

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

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