Html Css Color HEX #BE0B2F Cardinal

📋 copy color: '#BE0B2F'

red 190 ◦ green 11 ◦ blue 47

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

Shades of Cardinal #BE0B2F

Tints of Cardinal #BE0B2F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.44%

 BLUE value IS 47 (18.75% from 255) = 18.95%

R = 76.61%
G = 4.44%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BE0B2F (or 0xBE0B2F) is known color: Cardinal. HEX triplet: BE, 0B and 2F. RGB value is (190,11,47). Sum of RGB (Red+Green+Blue) = 190+11+47=248 (32% of max value = 765). Red value is 190 (74.61% from 255 or 76.61% from 248); Green value is 11 (4.69% from 255 or 4.44% from 248); Blue value is 47 (18.75% from 255 or 18.95% from 248); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0B2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0B2F is #41F4D0. Grayscale: #444444. Windows color (decimal): -4322513 or 3083198. OLE color: 3083198.

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

Color convert

RGB 190 11 47 -
CMYK 0 0.94 0.75 0.25
HSL 347.93º 0.89% 0.39% -
HSV(B) 347.93º 0.94% 0.75% -
XYZ 21.87 11.39 3.74 -
YUV 68.63 115.8 214.57 -
System Red Green Blue C M Y K H S L
Decimal 190 11 47 0 0.94 0.75 0.25 347.93 0.89 0.39
Hex BE B 2F 0 5E 4B 19 15C 59 27
Octal 276 13 57 0 136 113 31 534 131 47
Binary 10111110 1011 101111 0 1011110 1001011 11001 101011100 1011001 100111

Color Harmonies of #BE0B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0B2F

Black with #BE0B2F

Text Example


Text Example

White with #BE0B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0B2F; }

 p { color: rgb(190,11,47); }

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

background-color css

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

 a { background-color: rgb(190,11,47); }

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

border-color css

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

 span { border-color: rgb(190,11,47); }

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