Html Css Color HEX #BE0830 Cardinal

📋 copy color: '#BE0830'

red 190 ◦ green 8 ◦ blue 48

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

Shades of Cardinal #BE0830

Tints of Cardinal #BE0830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.51%

R = 77.24%
G = 3.25%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BE0830 (or 0xBE0830) is known color: Cardinal. HEX triplet: BE, 08 and 30. RGB value is (190,8,48). Sum of RGB (Red+Green+Blue) = 190+8+48=246 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.24% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 48 (19.14% from 255 or 19.51% from 246); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0830 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0830 is #41F7CF. Grayscale: #434343. Windows color (decimal): -4323280 or 3147966. OLE color: 3147966.

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

Color convert

RGB 190 8 48 -
CMYK 0 0.96 0.75 0.25
HSL 346.81º 0.92% 0.39% -
HSV(B) 346.81º 0.96% 0.75% -
XYZ 21.86 11.33 3.83 -
YUV 66.98 117.3 215.75 -
System Red Green Blue C M Y K H S L
Decimal 190 8 48 0 0.96 0.75 0.25 346.81 0.92 0.39
Hex BE 8 30 0 60 4B 19 15B 5C 27
Octal 276 10 60 0 140 113 31 533 134 47
Binary 10111110 1000 110000 0 1100000 1001011 11001 101011011 1011100 100111

Color Harmonies of #BE0830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0830

Black with #BE0830

Text Example


Text Example

White with #BE0830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0830; }

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

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

background-color css

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

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

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

border-color css

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

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

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