Html Css Color HEX #BE0330 Cardinal

📋 copy color: '#BE0330'

red 190 ◦ green 3 ◦ blue 48

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

Shades of Cardinal #BE0330

Tints of Cardinal #BE0330

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.24%

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

R = 78.84%
G = 1.24%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BE0330 (or 0xBE0330) is known color: Cardinal. HEX triplet: BE, 03 and 30. RGB value is (190,3,48). Sum of RGB (Red+Green+Blue) = 190+3+48=241 (31% of max value = 765). Red value is 190 (74.61% from 255 or 78.84% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 48 (19.14% from 255 or 19.92% from 241); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0330 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0330 is #41FCCF. Grayscale: #404040. Windows color (decimal): -4324560 or 3146686. OLE color: 3146686.

HSL color Cylindrical-coordinate representation of color #BE0330: hue angle of 345.56º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE0330 is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 3 48 -
CMYK 0 0.98 0.75 0.25
HSL 345.56º 0.97% 0.38% -
HSV(B) 345.56º 0.98% 0.75% -
XYZ 21.8 11.23 3.81 -
YUV 64.04 118.95 217.84 -
System Red Green Blue C M Y K H S L
Decimal 190 3 48 0 0.98 0.75 0.25 345.56 0.97 0.38
Hex BE 3 30 0 62 4B 19 15A 61 26
Octal 276 3 60 0 142 113 31 532 141 46
Binary 10111110 11 110000 0 1100010 1001011 11001 101011010 1100001 100110

Color Harmonies of #BE0330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0330

Black with #BE0330

Text Example


Text Example

White with #BE0330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0330; }

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

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

background-color css

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

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

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

border-color css

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

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

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