Html Css Color HEX #BE0343 Cardinal

📋 copy color: '#BE0343'

red 190 ◦ green 3 ◦ blue 67

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

Shades of Cardinal #BE0343

Tints of Cardinal #BE0343

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.15%

 BLUE value IS 67 (26.56% from 255) = 25.77%

R = 73.08%
G = 1.15%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BE0343 (or 0xBE0343) is known color: Cardinal. HEX triplet: BE, 03 and 43. RGB value is (190,3,67). Sum of RGB (Red+Green+Blue) = 190+3+67=260 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.08% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 67 (26.56% from 255 or 25.77% from 260); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0343 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0343 is #41FCBC. Grayscale: #424242. Windows color (decimal): -4324541 or 4391870. OLE color: 4391870.

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

Color convert

RGB 190 3 67 -
CMYK 0 0.98 0.65 0.25
HSL 339.47º 0.97% 0.38% -
HSV(B) 339.47º 0.98% 0.75% -
XYZ 22.28 11.42 6.34 -
YUV 66.21 128.45 216.3 -
System Red Green Blue C M Y K H S L
Decimal 190 3 67 0 0.98 0.65 0.25 339.47 0.97 0.38
Hex BE 3 43 0 62 41 19 153 61 26
Octal 276 3 103 0 142 101 31 523 141 46
Binary 10111110 11 1000011 0 1100010 1000001 11001 101010011 1100001 100110

Color Harmonies of #BE0343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0343

Black with #BE0343

Text Example


Text Example

White with #BE0343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0343; }

 p { color: rgb(190,3,67); }

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

background-color css

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

 a { background-color: rgb(190,3,67); }

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

border-color css

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

 span { border-color: rgb(190,3,67); }

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