Html Css Color HEX #BE073A Cardinal

📋 copy color: '#BE073A'

red 190 ◦ green 7 ◦ blue 58

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

Shades of Cardinal #BE073A

Tints of Cardinal #BE073A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.75%

R = 74.51%
G = 2.75%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BE073A (or 0xBE073A) is known color: Cardinal. HEX triplet: BE, 07 and 3A. RGB value is (190,7,58). Sum of RGB (Red+Green+Blue) = 190+7+58=255 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.51% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 190 - color contains mainly: red. Hex color #BE073A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE073A is #41F8C5. Grayscale: #434343. Windows color (decimal): -4323526 or 3803070. OLE color: 3803070.

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

Color convert

RGB 190 7 58 -
CMYK 0 0.96 0.69 0.25
HSL 343.28º 0.93% 0.39% -
HSV(B) 343.28º 0.96% 0.75% -
XYZ 22.07 11.4 5.04 -
YUV 67.53 122.63 215.35 -
System Red Green Blue C M Y K H S L
Decimal 190 7 58 0 0.96 0.69 0.25 343.28 0.93 0.39
Hex BE 7 3A 0 60 45 19 157 5D 27
Octal 276 7 72 0 140 105 31 527 135 47
Binary 10111110 111 111010 0 1100000 1000101 11001 101010111 1011101 100111

Color Harmonies of #BE073A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE073A

Black with #BE073A

Text Example


Text Example

White with #BE073A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE073A; }

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

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

background-color css

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

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

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

border-color css

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

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

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