Html Css Color HEX #BE0438 Cardinal

📋 copy color: '#BE0438'

red 190 ◦ green 4 ◦ blue 56

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

Shades of Cardinal #BE0438

Tints of Cardinal #BE0438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 22.4%

R = 76%
G = 1.6%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BE0438 (or 0xBE0438) is known color: Cardinal. HEX triplet: BE, 04 and 38. RGB value is (190,4,56). Sum of RGB (Red+Green+Blue) = 190+4+56=250 (33% of max value = 765). Red value is 190 (74.61% from 255 or 76% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 56 (22.27% from 255 or 22.4% from 250); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0438 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0438 is #41FBC7. Grayscale: #414141. Windows color (decimal): -4324296 or 3671230. OLE color: 3671230.

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

Color convert

RGB 190 4 56 -
CMYK 0 0.98 0.71 0.25
HSL 343.23º 0.96% 0.38% -
HSV(B) 343.23º 0.98% 0.75% -
XYZ 21.99 11.32 4.77 -
YUV 65.54 122.62 216.77 -
System Red Green Blue C M Y K H S L
Decimal 190 4 56 0 0.98 0.71 0.25 343.23 0.96 0.38
Hex BE 4 38 0 62 47 19 157 60 26
Octal 276 4 70 0 142 107 31 527 140 46
Binary 10111110 100 111000 0 1100010 1000111 11001 101010111 1100000 100110

Color Harmonies of #BE0438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0438

Black with #BE0438

Text Example


Text Example

White with #BE0438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0438; }

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

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

background-color css

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

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

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

border-color css

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

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

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