Html Css Color HEX #BE0430 Cardinal

📋 copy color: '#BE0430'

red 190 ◦ green 4 ◦ blue 48

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

Shades of Cardinal #BE0430

Tints of Cardinal #BE0430

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.65%

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

R = 78.51%
G = 1.65%
B = 19.83%

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

#BE0430 (or 0xBE0430) is known color: Cardinal. HEX triplet: BE, 04 and 30. RGB value is (190,4,48). Sum of RGB (Red+Green+Blue) = 190+4+48=242 (32% of max value = 765). Red value is 190 (74.61% from 255 or 78.51% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 48 (19.14% from 255 or 19.83% from 242); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0430 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0430 is #41FBCF. Grayscale: #404040. Windows color (decimal): -4324304 or 3146942. OLE color: 3146942.

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

Color convert

RGB 190 4 48 -
CMYK 0 0.98 0.75 0.25
HSL 345.81º 0.96% 0.38% -
HSV(B) 345.81º 0.98% 0.75% -
XYZ 21.81 11.25 3.82 -
YUV 64.63 118.62 217.42 -
System Red Green Blue C M Y K H S L
Decimal 190 4 48 0 0.98 0.75 0.25 345.81 0.96 0.38
Hex BE 4 30 0 62 4B 19 15A 60 26
Octal 276 4 60 0 142 113 31 532 140 46
Binary 10111110 100 110000 0 1100010 1001011 11001 101011010 1100000 100110

Color Harmonies of #BE0430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0430

Black with #BE0430

Text Example


Text Example

White with #BE0430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0430; }

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

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

background-color css

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

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

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

border-color css

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

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

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