Html Css Color HEX #BE003B Cardinal

📋 copy color: '#BE003B'

red 190 ◦ green 0 ◦ blue 59

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

Shades of Cardinal #BE003B

Tints of Cardinal #BE003B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 59 (23.44% from 255) = 23.69%

R = 76.31%
G = 0%
B = 23.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BE003B (or 0xBE003B) is known color: Cardinal. HEX triplet: BE, 00 and 3B. RGB value is (190,0,59). Sum of RGB (Red+Green+Blue) = 190+0+59=249 (32% of max value = 765). Red value is 190 (74.61% from 255 or 76.31% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 59 (23.44% from 255 or 23.69% from 249); Max value from RGB is 190 - color contains mainly: red. Hex color #BE003B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE003B is #41FFC4. Grayscale: #3F3F3F. Windows color (decimal): -4325317 or 3866814. OLE color: 3866814.

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

Color convert

RGB 190 0 59 -
CMYK 0 1 0.69 0.25
HSL 341.37º 1% 0.37% -
HSV(B) 341.37º 1% 0.75% -
XYZ 22.02 11.26 5.15 -
YUV 63.54 125.45 218.2 -
System Red Green Blue C M Y K H S L
Decimal 190 0 59 0 1 0.69 0.25 341.37 1 0.37
Hex BE 0 3B 0 64 45 19 155 64 25
Octal 276 0 73 0 144 105 31 525 144 45
Binary 10111110 0 111011 0 1100100 1000101 11001 101010101 1100100 100101

Color Harmonies of #BE003B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE003B

Black with #BE003B

Text Example


Text Example

White with #BE003B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE003B; }

 p { color: rgb(190,0,59); }

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

background-color css

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

 a { background-color: rgb(190,0,59); }

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

border-color css

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

 span { border-color: rgb(190,0,59); }

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