Html Css Color HEX #BE0736 Cardinal

📋 copy color: '#BE0736'

red 190 ◦ green 7 ◦ blue 54

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

Shades of Cardinal #BE0736

Tints of Cardinal #BE0736

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.79%

 BLUE value IS 54 (21.48% from 255) = 21.51%

R = 75.7%
G = 2.79%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BE0736 (or 0xBE0736) is known color: Cardinal. HEX triplet: BE, 07 and 36. RGB value is (190,7,54). Sum of RGB (Red+Green+Blue) = 190+7+54=251 (33% of max value = 765). Red value is 190 (74.61% from 255 or 75.70% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 54 (21.48% from 255 or 21.51% from 251); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0736 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0736 is #41F8C9. Grayscale: #434343. Windows color (decimal): -4323530 or 3540926. OLE color: 3540926.

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

Color convert

RGB 190 7 54 -
CMYK 0 0.96 0.72 0.25
HSL 344.59º 0.93% 0.39% -
HSV(B) 344.59º 0.96% 0.75% -
XYZ 21.98 11.37 4.53 -
YUV 67.08 120.63 215.68 -
System Red Green Blue C M Y K H S L
Decimal 190 7 54 0 0.96 0.72 0.25 344.59 0.93 0.39
Hex BE 7 36 0 60 48 19 159 5D 27
Octal 276 7 66 0 140 110 31 531 135 47
Binary 10111110 111 110110 0 1100000 1001000 11001 101011001 1011101 100111

Color Harmonies of #BE0736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0736

Black with #BE0736

Text Example


Text Example

White with #BE0736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0736; }

 p { color: rgb(190,7,54); }

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

background-color css

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

 a { background-color: rgb(190,7,54); }

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

border-color css

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

 span { border-color: rgb(190,7,54); }

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